Html Css Color HEX #0C6CAE Cerulean

📋 copy color: '#0C6CAE'

red 12 ◦ green 108 ◦ blue 174

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

Shades of Cerulean #0C6CAE

Tints of Cerulean #0C6CAE

RGB

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

 GREEN value IS 108 (42.58% from 255) = 36.73%

 BLUE value IS 174 (68.36% from 255) = 59.18%

R = 4.08%
G = 36.73%
B = 59.18%

CMYK

 C value IS 0.93

 M value IS 0.38

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#0C6CAE (or 0x0C6CAE) is known color: Cerulean. HEX triplet: 0C, 6C and AE. RGB value is (12,108,174). Sum of RGB (Red+Green+Blue) = 12+108+174=294 (38% of max value = 765). Red value is 12 (5.08% from 255 or 4.08% from 294); Green value is 108 (42.58% from 255 or 36.73% from 294); Blue value is 174 (68.36% from 255 or 59.18% from 294); Max value from RGB is 174 - color contains mainly: blue. Hex color #0C6CAE is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0C6CAE is #F39351. Grayscale: #565656. Windows color (decimal): -15962962 or 11430924. OLE color: 11430924.

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

Color convert

RGB 12 108 174 -
CMYK 0.93 0.38 0 0.32
HSL 204.44º 0.87% 0.36% -
HSV(B) 204.44º 0.93% 0.68% -
XYZ 13.15 13.86 42.03 -
YUV 86.82 177.2 74.63 -
System Red Green Blue C M Y K H S L
Decimal 12 108 174 0.93 0.38 0 0.32 204.44 0.87 0.36
Hex C 6C AE 5D 26 0 20 CC 57 24
Octal 14 154 256 135 46 0 40 314 127 44
Binary 1100 1101100 10101110 1011101 100110 0 100000 11001100 1010111 100100

Color Harmonies of #0C6CAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C6CAE

Black with #0C6CAE

Text Example


Text Example

White with #0C6CAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,108,174); }

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

background-color css

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

 a { background-color: rgb(12,108,174); }

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

border-color css

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

 span { border-color: rgb(12,108,174); }

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