Html Css Color HEX #0C47AA Cobalt

📋 copy color: '#0C47AA'

red 12 ◦ green 71 ◦ blue 170

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

Shades of Cobalt #0C47AA

Tints of Cobalt #0C47AA

RGB

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

 GREEN value IS 71 (28.13% from 255) = 28.06%

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

R = 4.74%
G = 28.06%
B = 67.19%

CMYK

 C value IS 0.93

 M value IS 0.58

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#0C47AA (or 0x0C47AA) is known color: Cobalt. HEX triplet: 0C, 47 and AA. RGB value is (12,71,170). Sum of RGB (Red+Green+Blue) = 12+71+170=253 (33% of max value = 765). Red value is 12 (5.08% from 255 or 4.74% from 253); Green value is 71 (28.12% from 255 or 28.06% from 253); Blue value is 170 (66.80% from 255 or 67.19% from 253); Max value from RGB is 170 - color contains mainly: blue. Hex color #0C47AA is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0C47AA is #F3B855. Grayscale: #404040. Windows color (decimal): -15972438 or 11159308. OLE color: 11159308.

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

Color convert

RGB 12 71 170 -
CMYK 0.93 0.58 0 0.33
HSL 217.59º 0.87% 0.36% -
HSV(B) 217.59º 0.93% 0.67% -
XYZ 9.66 7.49 38.97 -
YUV 64.65 187.45 90.45 -
System Red Green Blue C M Y K H S L
Decimal 12 71 170 0.93 0.58 0 0.33 217.59 0.87 0.36
Hex C 47 AA 5D 3A 0 21 DA 57 24
Octal 14 107 252 135 72 0 41 332 127 44
Binary 1100 1000111 10101010 1011101 111010 0 100001 11011010 1010111 100100

Color Harmonies of #0C47AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C47AA

Black with #0C47AA

Text Example


Text Example

White with #0C47AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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