#0C7DAD

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

Shades of Cerulean #0C7DAD

Tints of Cerulean #0C7DAD

Color information

#0C7DAD (or 0x0C7DAD) is unknown color: approx Cerulean. HEX triplet: 0C, 7D and AD. RGB value is (12,125,173). Sum of RGB (Red+Green+Blue) = 12+125+173=310 (41% of max value = 765). Red value is 12 (5.08% from 255 or 3.87% from 310); Green value is 125 (49.22% from 255 or 40.32% from 310); Blue value is 173 (67.97% from 255 or 55.81% from 310); Max value from RGB is 173 - color contains mainly: blue. Hex color #0C7DAD is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0C7DAD is #F38252. Grayscale: #606060. Windows color (decimal): -15958611 or 11369740. OLE color: 11369740.

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

Color convert

RGB12125173-
CMYK0.930.2800.32
HSL197.89º87.03%36.27%-
HSV(B)197.89º93.06%67.84%-
XYZ15.0317.7642.17-
YUV96.68171.0667.6-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 3.87%
GREEN value IS 125 (49.22% from 255) = 40.32%
BLUE value IS 173 (67.97% from 255) = 55.81%
R=3.87%
G=40.32%
B=55.81%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal121251730.930.2800.32197.8987.0336.27
HexC7DAD5D1C020c65724
Octal141752551353404030612744
Binary11001111101101011011011101111000100000110001101010111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C7DAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,125,173); }

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

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

 a { background-color: rgb(12,125,173); }

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

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

 span { border-color: rgb(12,125,173); }

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