#0C7EB0

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

Shades of Cerulean #0C7EB0

Tints of Cerulean #0C7EB0

Color information

#0C7EB0 (or 0x0C7EB0) is unknown color: approx Cerulean. HEX triplet: 0C, 7E and B0. RGB value is (12,126,176). Sum of RGB (Red+Green+Blue) = 12+126+176=314 (41% of max value = 765). Red value is 12 (5.08% from 255 or 3.82% from 314); Green value is 126 (49.61% from 255 or 40.13% from 314); Blue value is 176 (69.14% from 255 or 56.05% from 314); Max value from RGB is 176 - color contains mainly: blue. Hex color #0C7EB0 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0C7EB0 is #F3814F. Grayscale: #616161. Windows color (decimal): -15958352 or 11566604. OLE color: 11566604.

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

Color convert

RGB12126176-
CMYK0.930.2800.31
HSL198.29º87.23%36.86%-
HSV(B)198.29º93.18%69.02%-
XYZ15.4518.1343.76-
YUV97.61172.2366.93-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 3.82%
GREEN value IS 126 (49.61% from 255) = 40.13%
BLUE value IS 176 (69.14% from 255) = 56.05%
R=3.82%
G=40.13%
B=56.05%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal121261760.930.2800.31198.2987.2336.86
HexC7EB05D1C01Fc65725
Octal141762601353403730612745
Binary1100111111010110000101110111100011111110001101010111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C7EB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,126,176); }

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

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

 a { background-color: rgb(12,126,176); }

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

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

 span { border-color: rgb(12,126,176); }

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