#0D649B

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

Shades of Cerulean #0D649B

Tints of Cerulean #0D649B

Color information

#0D649B (or 0x0D649B) is unknown color: approx Cerulean. HEX triplet: 0D, 64 and 9B. RGB value is (13,100,155). Sum of RGB (Red+Green+Blue) = 13+100+155=268 (35% of max value = 765). Red value is 13 (5.47% from 255 or 4.85% from 268); Green value is 100 (39.45% from 255 or 37.31% from 268); Blue value is 155 (60.94% from 255 or 57.84% from 268); Max value from RGB is 155 - color contains mainly: blue. Hex color #0D649B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0D649B is #F29B64. Grayscale: #4F4F4F. Windows color (decimal): -15899493 or 10183693. OLE color: 10183693.

HSL color Cylindrical-coordinate representation of color #0D649B: hue angle of 203.24º degrees, saturation: 0.85, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0D649B is Cyan = 0.92, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB13100155-
CMYK0.920.3500.39
HSL203.24º84.52%32.94%-
HSV(B)203.24º91.61%60.78%-
XYZ10.6411.5732.68-
YUV80.26170.1880.03-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 4.85%
GREEN value IS 100 (39.45% from 255) = 37.31%
BLUE value IS 155 (60.94% from 255) = 57.84%
R=4.85%
G=37.31%
B=57.84%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal131001550.920.3500.39203.2484.5232.94
HexD649B5C23027cb5521
Octal151442331344304731312541
Binary110111001001001101110111001000110100111110010111010101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D649B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0D649B; }

 p { color: rgb(13,100,155); }

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

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

 a { background-color: rgb(13,100,155); }

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

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

 span { border-color: rgb(13,100,155); }

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