Html Css Color HEX #0C81AA Cerulean

📋 copy color: '#0C81AA'

red 12 ◦ green 129 ◦ blue 170

#0C81AA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cerulean #0C81AA

Tints of Cerulean #0C81AA

RGB

 RED value IS 12 (5.08% from 255) = 3.86%

 GREEN value IS 129 (50.78% from 255) = 41.48%

 BLUE value IS 170 (66.8% from 255) = 54.66%

R = 3.86%
G = 41.48%
B = 54.66%

CMYK

 C value IS 0.93

 M value IS 0.24

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#0C81AA (or 0x0C81AA) is known color: Cerulean. HEX triplet: 0C, 81 and AA. RGB value is (12,129,170). Sum of RGB (Red+Green+Blue) = 12+129+170=311 (41% of max value = 765). Red value is 12 (5.08% from 255 or 3.86% from 311); Green value is 129 (50.78% from 255 or 41.48% from 311); Blue value is 170 (66.80% from 255 or 54.66% from 311); Max value from RGB is 170 - color contains mainly: blue. Hex color #0C81AA is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0C81AA is #F37E55. Grayscale: #626262. Windows color (decimal): -15957590 or 11174156. OLE color: 11174156.

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

Color convert

RGB 12 129 170 -
CMYK 0.93 0.24 0 0.33
HSL 195.57º 0.87% 0.36% -
HSV(B) 195.57º 0.93% 0.67% -
XYZ 15.26 18.68 40.83 -
YUV 98.69 168.24 66.17 -
System Red Green Blue C M Y K H S L
Decimal 12 129 170 0.93 0.24 0 0.33 195.57 0.87 0.36
Hex C 81 AA 5D 18 0 21 C4 57 24
Octal 14 201 252 135 30 0 41 304 127 44
Binary 1100 10000001 10101010 1011101 11000 0 100001 11000100 1010111 100100

Color Harmonies of #0C81AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C81AA

Black with #0C81AA

Text Example


Text Example

White with #0C81AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #0C81AA;
 }
 .AnyTagClassName
 {
   color: #0C81AA;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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