#0D669B

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

Shades of Cerulean #0D669B

Tints of Cerulean #0D669B

Color information

#0D669B (or 0x0D669B) is unknown color: approx Cerulean. HEX triplet: 0D, 66 and 9B. RGB value is (13,102,155). Sum of RGB (Red+Green+Blue) = 13+102+155=270 (35% of max value = 765). Red value is 13 (5.47% from 255 or 4.81% from 270); Green value is 102 (40.23% from 255 or 37.78% from 270); Blue value is 155 (60.94% from 255 or 57.41% from 270); Max value from RGB is 155 - color contains mainly: blue. Hex color #0D669B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0D669B is #F29964. Grayscale: #515151. Windows color (decimal): -15898981 or 10184205. OLE color: 10184205.

HSL color Cylindrical-coordinate representation of color #0D669B: hue angle of 202.39º 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 #0D669B is Cyan = 0.92, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB13102155-
CMYK0.920.3400.39
HSL202.39º84.52%32.94%-
HSV(B)202.39º91.61%60.78%-
XYZ10.8311.9532.75-
YUV81.43169.5179.19-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 4.81%
GREEN value IS 102 (40.23% from 255) = 37.78%
BLUE value IS 155 (60.94% from 255) = 57.41%
R=4.81%
G=37.78%
B=57.41%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal131021550.920.3400.39202.3984.5232.94
HexD669B5C22027ca5521
Octal151462331344204731212541
Binary110111001101001101110111001000100100111110010101010101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D669B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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