Html Css Color HEX #0C4ABE Cobalt

📋 copy color: '#0C4ABE'

red 12 ◦ green 74 ◦ blue 190

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

Shades of Cobalt #0C4ABE

Tints of Cobalt #0C4ABE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 68.84%

R = 4.35%
G = 26.81%
B = 68.84%

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

#0C4ABE (or 0x0C4ABE) is known color: Cobalt. HEX triplet: 0C, 4A and BE. RGB value is (12,74,190). Sum of RGB (Red+Green+Blue) = 12+74+190=276 (36% of max value = 765). Red value is 12 (5.08% from 255 or 4.35% from 276); Green value is 74 (29.30% from 255 or 26.81% from 276); Blue value is 190 (74.61% from 255 or 68.84% from 276); Max value from RGB is 190 - color contains mainly: blue. Hex color #0C4ABE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0C4ABE is #F3B541. Grayscale: #444444. Windows color (decimal): -15971650 or 12470796. OLE color: 12470796.

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

Color convert

RGB 12 74 190 -
CMYK 0.94 0.61 0 0.25
HSL 219.1º 0.88% 0.4% -
HSV(B) 219.1º 0.94% 0.75% -
XYZ 11.89 8.69 49.77 -
YUV 68.69 196.46 87.57 -
System Red Green Blue C M Y K H S L
Decimal 12 74 190 0.94 0.61 0 0.25 219.1 0.88 0.4
Hex C 4A BE 5E 3D 0 19 DB 58 28
Octal 14 112 276 136 75 0 31 333 130 50
Binary 1100 1001010 10111110 1011110 111101 0 11001 11011011 1011000 101000

Color Harmonies of #0C4ABE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C4ABE

Black with #0C4ABE

Text Example


Text Example

White with #0C4ABE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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