Html Css Color HEX #0C70AC Cerulean

📋 copy color: '#0C70AC'

red 12 ◦ green 112 ◦ blue 172

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

Shades of Cerulean #0C70AC

Tints of Cerulean #0C70AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 58.11%

R = 4.05%
G = 37.84%
B = 58.11%

CMYK

 C value IS 0.93

 M value IS 0.35

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#0C70AC (or 0x0C70AC) is known color: Cerulean. HEX triplet: 0C, 70 and AC. RGB value is (12,112,172). Sum of RGB (Red+Green+Blue) = 12+112+172=296 (39% of max value = 765). Red value is 12 (5.08% from 255 or 4.05% from 296); Green value is 112 (44.14% from 255 or 37.84% from 296); Blue value is 172 (67.58% from 255 or 58.11% from 296); Max value from RGB is 172 - color contains mainly: blue. Hex color #0C70AC is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0C70AC is #F38F53. Grayscale: #585858. Windows color (decimal): -15961940 or 11300876. OLE color: 11300876.

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

Color convert

RGB 12 112 172 -
CMYK 0.93 0.35 0 0.33
HSL 202.5º 0.87% 0.36% -
HSV(B) 202.5º 0.93% 0.67% -
XYZ 13.39 14.65 41.15 -
YUV 88.94 174.87 73.12 -
System Red Green Blue C M Y K H S L
Decimal 12 112 172 0.93 0.35 0 0.33 202.5 0.87 0.36
Hex C 70 AC 5D 23 0 21 CA 57 24
Octal 14 160 254 135 43 0 41 312 127 44
Binary 1100 1110000 10101100 1011101 100011 0 100001 11001010 1010111 100100

Color Harmonies of #0C70AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C70AC

Black with #0C70AC

Text Example


Text Example

White with #0C70AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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