#0D769E

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

Shades of Cerulean #0D769E

Tints of Cerulean #0D769E

Color information

#0D769E (or 0x0D769E) is unknown color: approx Cerulean. HEX triplet: 0D, 76 and 9E. RGB value is (13,118,158). Sum of RGB (Red+Green+Blue) = 13+118+158=289 (38% of max value = 765). Red value is 13 (5.47% from 255 or 4.50% from 289); Green value is 118 (46.48% from 255 or 40.83% from 289); Blue value is 158 (62.11% from 255 or 54.67% from 289); Max value from RGB is 158 - color contains mainly: blue. Hex color #0D769E is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0D769E is #F28961. Grayscale: #5A5A5A. Windows color (decimal): -15894882 or 10384909. OLE color: 10384909.

HSL color Cylindrical-coordinate representation of color #0D769E: hue angle of 196.55º degrees, saturation: 0.85, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0D769E is Cyan = 0.92, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB13118158-
CMYK0.920.2500.38
HSL196.55º84.8%33.53%-
HSV(B)196.55º91.77%61.96%-
XYZ12.8215.5134.67-
YUV91.16165.7172.25-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 4.50%
GREEN value IS 118 (46.48% from 255) = 40.83%
BLUE value IS 158 (62.11% from 255) = 54.67%
R=4.50%
G=40.83%
B=54.67%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal131181580.920.2500.38196.5584.833.53
HexD769E5C19026c55522
Octal151662361343104630512542
Binary11011110110100111101011100110010100110110001011010101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D769E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,118,158); }

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

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

 a { background-color: rgb(13,118,158); }

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

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

 span { border-color: rgb(13,118,158); }

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