#0C81BF

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

Shades of Cerulean #0C81BF

Tints of Cerulean #0C81BF

Color information

#0C81BF (or 0x0C81BF) is unknown color: approx Cerulean. HEX triplet: 0C, 81 and BF. RGB value is (12,129,191). Sum of RGB (Red+Green+Blue) = 12+129+191=332 (43% of max value = 765). Red value is 12 (5.08% from 255 or 3.61% from 332); Green value is 129 (50.78% from 255 or 38.86% from 332); Blue value is 191 (75% from 255 or 57.53% from 332); Max value from RGB is 191 - color contains mainly: blue. Hex color #0C81BF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0C81BF is #F37E40. Grayscale: #646464. Windows color (decimal): -15957569 or 12550412. OLE color: 12550412.

HSL color Cylindrical-coordinate representation of color #0C81BF: hue angle of 200.78º degrees, saturation: 0.88, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0C81BF is Cyan = 0.94, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB12129191-
CMYK0.940.3200.25
HSL200.78º88.18%39.8%-
HSV(B)200.78º93.72%74.9%-
XYZ17.4119.5452.14-
YUV101.08178.7464.46-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 3.61%
GREEN value IS 129 (50.78% from 255) = 38.86%
BLUE value IS 191 (75% from 255) = 57.53%
R=3.61%
G=38.86%
B=57.53%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal121291910.940.3200.25200.7888.1839.8
HexC81BF5E20019c95828
Octal142012771364003131113050
Binary110010000001101111111011110100000011001110010011011000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C81BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,129,191); }

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

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

 a { background-color: rgb(12,129,191); }

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

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

 span { border-color: rgb(12,129,191); }

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