#05649E

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

Shades of Cerulean #05649E

Tints of Cerulean #05649E

Color information

#05649E (or 0x05649E) is unknown color: approx Cerulean. HEX triplet: 05, 64 and 9E. RGB value is (5,100,158). Sum of RGB (Red+Green+Blue) = 5+100+158=263 (34% of max value = 765). Red value is 5 (2.34% from 255 or 1.90% from 263); Green value is 100 (39.45% from 255 or 38.02% from 263); Blue value is 158 (62.11% from 255 or 60.08% from 263); Max value from RGB is 158 - color contains mainly: blue. Hex color #05649E is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #05649E is #FA9B61. Grayscale: #4D4D4D. Windows color (decimal): -16423778 or 10380293. OLE color: 10380293.

HSL color Cylindrical-coordinate representation of color #05649E: hue angle of 202.75º degrees, saturation: 0.94, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #05649E is Cyan = 0.97, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB5100158-
CMYK0.970.3700.38
HSL202.75º93.87%31.96%-
HSV(B)202.75º96.84%61.96%-
XYZ10.7911.6234.02-
YUV78.21173.0375.78-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 1.90%
GREEN value IS 100 (39.45% from 255) = 38.02%
BLUE value IS 158 (62.11% from 255) = 60.08%
R=1.90%
G=38.02%
B=60.08%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal51001580.970.3700.38202.7593.8731.96
Hex5649E6125026cb5e20
Octal51442361414504631313640
Binary10111001001001111011000011001010100110110010111011110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05649E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #05649E; }

 p { color: rgb(5,100,158); }

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

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

 a { background-color: rgb(5,100,158); }

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

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

 span { border-color: rgb(5,100,158); }

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