Html Css Color HEX #0C70AA Cerulean

📋 copy color: '#0C70AA'

red 12 ◦ green 112 ◦ blue 170

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

Shades of Cerulean #0C70AA

Tints of Cerulean #0C70AA

RGB

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

 GREEN value IS 112 (44.14% from 255) = 38.1%

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

R = 4.08%
G = 38.1%
B = 57.82%

CMYK

 C value IS 0.93

 M value IS 0.34

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#0C70AA (or 0x0C70AA) is known color: Cerulean. HEX triplet: 0C, 70 and AA. RGB value is (12,112,170). Sum of RGB (Red+Green+Blue) = 12+112+170=294 (38% of max value = 765). Red value is 12 (5.08% from 255 or 4.08% from 294); Green value is 112 (44.14% from 255 or 38.10% from 294); Blue value is 170 (66.80% from 255 or 57.82% from 294); Max value from RGB is 170 - color contains mainly: blue. Hex color #0C70AA is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0C70AA is #F38F55. Grayscale: #585858. Windows color (decimal): -15961942 or 11169804. OLE color: 11169804.

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

Color convert

RGB 12 112 170 -
CMYK 0.93 0.34 0 0.33
HSL 202.03º 0.87% 0.36% -
HSV(B) 202.03º 0.93% 0.67% -
XYZ 13.2 14.57 40.15 -
YUV 88.71 173.87 73.28 -
System Red Green Blue C M Y K H S L
Decimal 12 112 170 0.93 0.34 0 0.33 202.03 0.87 0.36
Hex C 70 AA 5D 22 0 21 CA 57 24
Octal 14 160 252 135 42 0 41 312 127 44
Binary 1100 1110000 10101010 1011101 100010 0 100001 11001010 1010111 100100

Color Harmonies of #0C70AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C70AA

Black with #0C70AA

Text Example


Text Example

White with #0C70AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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