#0D7EAC

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

Shades of Cerulean #0D7EAC

Tints of Cerulean #0D7EAC

Color information

#0D7EAC (or 0x0D7EAC) is unknown color: approx Cerulean. HEX triplet: 0D, 7E and AC. RGB value is (13,126,172). Sum of RGB (Red+Green+Blue) = 13+126+172=311 (41% of max value = 765). Red value is 13 (5.47% from 255 or 4.18% from 311); Green value is 126 (49.61% from 255 or 40.51% from 311); Blue value is 172 (67.58% from 255 or 55.31% from 311); Max value from RGB is 172 - color contains mainly: blue. Hex color #0D7EAC is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0D7EAC is #F28153. Grayscale: #616161. Windows color (decimal): -15892820 or 11304461. OLE color: 11304461.

HSL color Cylindrical-coordinate representation of color #0D7EAC: hue angle of 197.36º degrees, saturation: 0.86, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0D7EAC is Cyan = 0.92, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB13126172-
CMYK0.920.2700.33
HSL197.36º85.95%36.27%-
HSV(B)197.36º92.44%67.45%-
XYZ15.0717.9941.71-
YUV97.46170.0667.76-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 4.18%
GREEN value IS 126 (49.61% from 255) = 40.51%
BLUE value IS 172 (67.58% from 255) = 55.31%
R=4.18%
G=40.51%
B=55.31%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal131261720.920.2700.33197.3685.9536.27
HexD7EAC5C1B021c55624
Octal151762541343304130512644
Binary11011111110101011001011100110110100001110001011010110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D7EAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,126,172); }

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

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

 a { background-color: rgb(13,126,172); }

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

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

 span { border-color: rgb(13,126,172); }

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