Html Css Color HEX #0C6AAB Cerulean

📋 copy color: '#0C6AAB'

red 12 ◦ green 106 ◦ blue 171

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

Shades of Cerulean #0C6AAB

Tints of Cerulean #0C6AAB

RGB

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

 GREEN value IS 106 (41.8% from 255) = 36.68%

 BLUE value IS 171 (67.19% from 255) = 59.17%

R = 4.15%
G = 36.68%
B = 59.17%

CMYK

 C value IS 0.93

 M value IS 0.38

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#0C6AAB (or 0x0C6AAB) is known color: Cerulean. HEX triplet: 0C, 6A and AB. RGB value is (12,106,171). Sum of RGB (Red+Green+Blue) = 12+106+171=289 (38% of max value = 765). Red value is 12 (5.08% from 255 or 4.15% from 289); Green value is 106 (41.80% from 255 or 36.68% from 289); Blue value is 171 (67.19% from 255 or 59.17% from 289); Max value from RGB is 171 - color contains mainly: blue. Hex color #0C6AAB is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0C6AAB is #F39554. Grayscale: #545454. Windows color (decimal): -15963477 or 11233804. OLE color: 11233804.

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

Color convert

RGB 12 106 171 -
CMYK 0.93 0.38 0 0.33
HSL 204.53º 0.87% 0.36% -
HSV(B) 204.53º 0.93% 0.67% -
XYZ 12.66 13.33 40.43 -
YUV 85.3 176.36 75.71 -
System Red Green Blue C M Y K H S L
Decimal 12 106 171 0.93 0.38 0 0.33 204.53 0.87 0.36
Hex C 6A AB 5D 26 0 21 CD 57 24
Octal 14 152 253 135 46 0 41 315 127 44
Binary 1100 1101010 10101011 1011101 100110 0 100001 11001101 1010111 100100

Color Harmonies of #0C6AAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C6AAB

Black with #0C6AAB

Text Example


Text Example

White with #0C6AAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,106,171); }

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

background-color css

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

 a { background-color: rgb(12,106,171); }

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

border-color css

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

 span { border-color: rgb(12,106,171); }

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