Html Css Color HEX #0C6EA2 Cerulean

📋 copy color: '#0C6EA2'

red 12 ◦ green 110 ◦ blue 162

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

Shades of Cerulean #0C6EA2

Tints of Cerulean #0C6EA2

RGB

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

 GREEN value IS 110 (43.36% from 255) = 38.73%

 BLUE value IS 162 (63.67% from 255) = 57.04%

R = 4.23%
G = 38.73%
B = 57.04%

CMYK

 C value IS 0.93

 M value IS 0.32

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#0C6EA2 (or 0x0C6EA2) is known color: Cerulean. HEX triplet: 0C, 6E and A2. RGB value is (12,110,162). Sum of RGB (Red+Green+Blue) = 12+110+162=284 (37% of max value = 765). Red value is 12 (5.08% from 255 or 4.23% from 284); Green value is 110 (43.36% from 255 or 38.73% from 284); Blue value is 162 (63.67% from 255 or 57.04% from 284); Max value from RGB is 162 - color contains mainly: blue. Hex color #0C6EA2 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0C6EA2 is #F3915D. Grayscale: #565656. Windows color (decimal): -15962462 or 10645004. OLE color: 10645004.

HSL color Cylindrical-coordinate representation of color #0C6EA2: hue angle of 200.8º degrees, saturation: 0.86, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0C6EA2 is Cyan = 0.93, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 12 110 162 -
CMYK 0.93 0.32 0 0.36
HSL 200.8º 0.86% 0.34% -
HSV(B) 200.8º 0.93% 0.64% -
XYZ 12.25 13.84 36.21 -
YUV 86.63 170.53 74.77 -
System Red Green Blue C M Y K H S L
Decimal 12 110 162 0.93 0.32 0 0.36 200.8 0.86 0.34
Hex C 6E A2 5D 20 0 24 C9 56 22
Octal 14 156 242 135 40 0 44 311 126 42
Binary 1100 1101110 10100010 1011101 100000 0 100100 11001001 1010110 100010

Color Harmonies of #0C6EA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C6EA2

Black with #0C6EA2

Text Example


Text Example

White with #0C6EA2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,110,162); }

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

background-color css

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

 a { background-color: rgb(12,110,162); }

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

border-color css

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

 span { border-color: rgb(12,110,162); }

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