#0D629C

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

Shades of Cerulean #0D629C

Tints of Cerulean #0D629C

Color information

#0D629C (or 0x0D629C) is unknown color: approx Cerulean. HEX triplet: 0D, 62 and 9C. RGB value is (13,98,156). Sum of RGB (Red+Green+Blue) = 13+98+156=267 (35% of max value = 765). Red value is 13 (5.47% from 255 or 4.87% from 267); Green value is 98 (38.67% from 255 or 36.70% from 267); Blue value is 156 (61.33% from 255 or 58.43% from 267); Max value from RGB is 156 - color contains mainly: blue. Hex color #0D629C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0D629C is #F29D63. Grayscale: #4E4E4E. Windows color (decimal): -15900004 or 10248717. OLE color: 10248717.

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

Color convert

RGB1398156-
CMYK0.920.3700.39
HSL204.34º84.62%33.14%-
HSV(B)204.34º91.67%61.18%-
XYZ10.5311.2233.06-
YUV79.2171.3480.78-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 4.87%
GREEN value IS 98 (38.67% from 255) = 36.70%
BLUE value IS 156 (61.33% from 255) = 58.43%
R=4.87%
G=36.70%
B=58.43%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal13981560.920.3700.39204.3484.6233.14
HexD629C5C25027cc5521
Octal151422341344504731412541
Binary110111000101001110010111001001010100111110011001010101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D629C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,98,156); }

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

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

 a { background-color: rgb(13,98,156); }

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

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

 span { border-color: rgb(13,98,156); }

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