#0D7CAE

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

Shades of Cerulean #0D7CAE

Tints of Cerulean #0D7CAE

Color information

#0D7CAE (or 0x0D7CAE) is unknown color: approx Cerulean. HEX triplet: 0D, 7C and AE. RGB value is (13,124,174). Sum of RGB (Red+Green+Blue) = 13+124+174=311 (41% of max value = 765). Red value is 13 (5.47% from 255 or 4.18% from 311); Green value is 124 (48.83% from 255 or 39.87% from 311); Blue value is 174 (68.36% from 255 or 55.95% from 311); Max value from RGB is 174 - color contains mainly: blue. Hex color #0D7CAE is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0D7CAE is #F28351. Grayscale: #606060. Windows color (decimal): -15893330 or 11435021. OLE color: 11435021.

HSL color Cylindrical-coordinate representation of color #0D7CAE: hue angle of 198.63º degrees, saturation: 0.86, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0D7CAE is Cyan = 0.93, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB13124174-
CMYK0.930.2900.32
HSL198.63º86.1%36.67%-
HSV(B)198.63º92.53%68.24%-
XYZ15.0117.5642.64-
YUV96.51171.7368.43-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 4.18%
GREEN value IS 124 (48.83% from 255) = 39.87%
BLUE value IS 174 (68.36% from 255) = 55.95%
R=4.18%
G=39.87%
B=55.95%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal131241740.930.2900.32198.6386.136.67
HexD7CAE5D1D020c75625
Octal151742561353504030712645
Binary11011111100101011101011101111010100000110001111010110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D7CAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,124,174); }

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

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

 a { background-color: rgb(13,124,174); }

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

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

 span { border-color: rgb(13,124,174); }

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