Html Css Color HEX #0C42AA Cobalt

📋 copy color: '#0C42AA'

red 12 ◦ green 66 ◦ blue 170

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

Shades of Cobalt #0C42AA

Tints of Cobalt #0C42AA

RGB

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

 GREEN value IS 66 (26.17% from 255) = 26.61%

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

R = 4.84%
G = 26.61%
B = 68.55%

CMYK

 C value IS 0.93

 M value IS 0.61

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#0C42AA (or 0x0C42AA) is known color: Cobalt. HEX triplet: 0C, 42 and AA. RGB value is (12,66,170). Sum of RGB (Red+Green+Blue) = 12+66+170=248 (32% of max value = 765). Red value is 12 (5.08% from 255 or 4.84% from 248); Green value is 66 (26.17% from 255 or 26.61% from 248); Blue value is 170 (66.80% from 255 or 68.55% from 248); Max value from RGB is 170 - color contains mainly: blue. Hex color #0C42AA is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0C42AA is #F3BD55. Grayscale: #3D3D3D. Windows color (decimal): -15973718 or 11158028. OLE color: 11158028.

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

Color convert

RGB 12 66 170 -
CMYK 0.93 0.61 0 0.33
HSL 219.49º 0.87% 0.36% -
HSV(B) 219.49º 0.93% 0.67% -
XYZ 9.36 6.88 38.86 -
YUV 61.71 189.11 92.54 -
System Red Green Blue C M Y K H S L
Decimal 12 66 170 0.93 0.61 0 0.33 219.49 0.87 0.36
Hex C 42 AA 5D 3D 0 21 DB 57 24
Octal 14 102 252 135 75 0 41 333 127 44
Binary 1100 1000010 10101010 1011101 111101 0 100001 11011011 1010111 100100

Color Harmonies of #0C42AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C42AA

Black with #0C42AA

Text Example


Text Example

White with #0C42AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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