Html Css Color HEX #0C72AA Cerulean

📋 copy color: '#0C72AA'

red 12 ◦ green 114 ◦ blue 170

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

Shades of Cerulean #0C72AA

Tints of Cerulean #0C72AA

RGB

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

 GREEN value IS 114 (44.92% from 255) = 38.51%

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

R = 4.05%
G = 38.51%
B = 57.43%

CMYK

 C value IS 0.93

 M value IS 0.33

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#0C72AA (or 0x0C72AA) is known color: Cerulean. HEX triplet: 0C, 72 and AA. RGB value is (12,114,170). Sum of RGB (Red+Green+Blue) = 12+114+170=296 (39% of max value = 765). Red value is 12 (5.08% from 255 or 4.05% from 296); Green value is 114 (44.92% from 255 or 38.51% from 296); Blue value is 170 (66.80% from 255 or 57.43% from 296); Max value from RGB is 170 - color contains mainly: blue. Hex color #0C72AA is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0C72AA is #F38D55. Grayscale: #595959. Windows color (decimal): -15961430 or 11170316. OLE color: 11170316.

HSL color Cylindrical-coordinate representation of color #0C72AA: hue angle of 201.27º 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 #0C72AA is Cyan = 0.93, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 12 114 170 -
CMYK 0.93 0.33 0 0.33
HSL 201.27º 0.87% 0.36% -
HSV(B) 201.27º 0.93% 0.67% -
XYZ 13.42 15.02 40.22 -
YUV 89.89 173.21 72.45 -
System Red Green Blue C M Y K H S L
Decimal 12 114 170 0.93 0.33 0 0.33 201.27 0.87 0.36
Hex C 72 AA 5D 21 0 21 C9 57 24
Octal 14 162 252 135 41 0 41 311 127 44
Binary 1100 1110010 10101010 1011101 100001 0 100001 11001001 1010111 100100

Color Harmonies of #0C72AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C72AA

Black with #0C72AA

Text Example


Text Example

White with #0C72AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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