Html Css Color HEX #0C4AAA Cobalt

📋 copy color: '#0C4AAA'

red 12 ◦ green 74 ◦ blue 170

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

Shades of Cobalt #0C4AAA

Tints of Cobalt #0C4AAA

RGB

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

 GREEN value IS 74 (29.3% from 255) = 28.91%

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

R = 4.69%
G = 28.91%
B = 66.41%

CMYK

 C value IS 0.93

 M value IS 0.56

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#0C4AAA (or 0x0C4AAA) is known color: Cobalt. HEX triplet: 0C, 4A and AA. RGB value is (12,74,170). Sum of RGB (Red+Green+Blue) = 12+74+170=256 (33% of max value = 765). Red value is 12 (5.08% from 255 or 4.69% from 256); Green value is 74 (29.30% from 255 or 28.91% from 256); Blue value is 170 (66.80% from 255 or 66.41% from 256); Max value from RGB is 170 - color contains mainly: blue. Hex color #0C4AAA is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0C4AAA is #F3B555. Grayscale: #414141. Windows color (decimal): -15971670 or 11160076. OLE color: 11160076.

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

Color convert

RGB 12 74 170 -
CMYK 0.93 0.56 0 0.33
HSL 216.46º 0.87% 0.36% -
HSV(B) 216.46º 0.93% 0.67% -
XYZ 9.86 7.88 39.03 -
YUV 66.41 186.46 89.19 -
System Red Green Blue C M Y K H S L
Decimal 12 74 170 0.93 0.56 0 0.33 216.46 0.87 0.36
Hex C 4A AA 5D 38 0 21 D8 57 24
Octal 14 112 252 135 70 0 41 330 127 44
Binary 1100 1001010 10101010 1011101 111000 0 100001 11011000 1010111 100100

Color Harmonies of #0C4AAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C4AAA

Black with #0C4AAA

Text Example


Text Example

White with #0C4AAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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