#056299

Color #056299 Cerulean (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cerulean #056299

Tints of Cerulean #056299

Color information

#056299 (or 0x056299) is unknown color: approx Cerulean. HEX triplet: 05, 62 and 99. RGB value is (5,98,153). Sum of RGB (Red+Green+Blue) = 5+98+153=256 (33% of max value = 765). Red value is 5 (2.34% from 255 or 1.95% from 256); Green value is 98 (38.67% from 255 or 38.28% from 256); Blue value is 153 (60.16% from 255 or 59.77% from 256); Max value from RGB is 153 - color contains mainly: blue. Hex color #056299 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #056299 is #FA9D66. Grayscale: #4C4C4C. Windows color (decimal): -16424295 or 10052101. OLE color: 10052101.

HSL color Cylindrical-coordinate representation of color #056299: hue angle of 202.3º degrees, saturation: 0.94, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #056299 is Cyan = 0.97, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB598153-
CMYK0.970.3600.4
HSL202.3º93.67%30.98%-
HSV(B)202.3º96.73%60%-
XYZ10.1811.0731.74-
YUV76.46171.1977.03-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 5 (2.34% from 255) = 1.95%
GREEN value IS 98 (38.67% from 255) = 38.28%
BLUE value IS 153 (60.16% from 255) = 59.77%
R=1.95%
G=38.28%
B=59.77%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal5981530.970.3600.4202.393.6730.98
Hex562996124028ca5e1f
Octal51422311414405031213637
Binary1011100010100110011100001100100010100011001010101111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #056299

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #056299; }

 p { color: rgb(5,98,153); }

 H1.HeaderClassName
 {
   color: #056299;
 }
 .AnyTagClassName
 {
   color: #056299;
 }
</style>
background-color css

<style>
 a { background-color: #056299; }

 a { background-color: rgb(5,98,153); }

 div.DivClassName
 {
   background-color: #056299;
 }
 .BgClassName
 {
   background-color: #056299;
 }
</style>
border-color css

<style>
 span { border-color: #056299; }

 span { border-color: rgb(5,98,153); }

 td.TdClassName
 {
   border-color: #056299;
 }
 .TagClassName
 {
   border-color: #056299;
 }
</style>