Html Css Color HEX #0C4ABF Cobalt

📋 copy color: '#0C4ABF'

red 12 ◦ green 74 ◦ blue 191

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

Shades of Cobalt #0C4ABF

Tints of Cobalt #0C4ABF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 68.95%

R = 4.33%
G = 26.71%
B = 68.95%

CMYK

 C value IS 0.94

 M value IS 0.61

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#0C4ABF (or 0x0C4ABF) is known color: Cobalt. HEX triplet: 0C, 4A and BF. RGB value is (12,74,191). Sum of RGB (Red+Green+Blue) = 12+74+191=277 (36% of max value = 765). Red value is 12 (5.08% from 255 or 4.33% from 277); Green value is 74 (29.30% from 255 or 26.71% from 277); Blue value is 191 (75% from 255 or 68.95% from 277); Max value from RGB is 191 - color contains mainly: blue. Hex color #0C4ABF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0C4ABF is #F3B540. Grayscale: #444444. Windows color (decimal): -15971649 or 12536332. OLE color: 12536332.

HSL color Cylindrical-coordinate representation of color #0C4ABF: hue angle of 219.22º degrees, saturation: 0.88, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0C4ABF is Cyan = 0.94, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 12 74 191 -
CMYK 0.94 0.61 0 0.25
HSL 219.22º 0.88% 0.4% -
HSV(B) 219.22º 0.94% 0.75% -
XYZ 12 8.74 50.34 -
YUV 68.8 196.96 87.49 -
System Red Green Blue C M Y K H S L
Decimal 12 74 191 0.94 0.61 0 0.25 219.22 0.88 0.4
Hex C 4A BF 5E 3D 0 19 DB 58 28
Octal 14 112 277 136 75 0 31 333 130 50
Binary 1100 1001010 10111111 1011110 111101 0 11001 11011011 1011000 101000

Color Harmonies of #0C4ABF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C4ABF

Black with #0C4ABF

Text Example


Text Example

White with #0C4ABF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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