Html Css Color HEX #0C4BB9 Cobalt

📋 copy color: '#0C4BB9'

red 12 ◦ green 75 ◦ blue 185

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

Shades of Cobalt #0C4BB9

Tints of Cobalt #0C4BB9

RGB

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

 GREEN value IS 75 (29.69% from 255) = 27.57%

 BLUE value IS 185 (72.66% from 255) = 68.01%

R = 4.41%
G = 27.57%
B = 68.01%

CMYK

 C value IS 0.94

 M value IS 0.59

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#0C4BB9 (or 0x0C4BB9) is known color: Cobalt. HEX triplet: 0C, 4B and B9. RGB value is (12,75,185). Sum of RGB (Red+Green+Blue) = 12+75+185=272 (36% of max value = 765). Red value is 12 (5.08% from 255 or 4.41% from 272); Green value is 75 (29.69% from 255 or 27.57% from 272); Blue value is 185 (72.66% from 255 or 68.01% from 272); Max value from RGB is 185 - color contains mainly: blue. Hex color #0C4BB9 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0C4BB9 is #F3B446. Grayscale: #444444. Windows color (decimal): -15971399 or 12143372. OLE color: 12143372.

HSL color Cylindrical-coordinate representation of color #0C4BB9: hue angle of 218.15º degrees, saturation: 0.88, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0C4BB9 is Cyan = 0.94, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 12 75 185 -
CMYK 0.94 0.59 0 0.27
HSL 218.15º 0.88% 0.39% -
HSV(B) 218.15º 0.94% 0.73% -
XYZ 11.42 8.61 46.96 -
YUV 68.7 193.63 87.56 -
System Red Green Blue C M Y K H S L
Decimal 12 75 185 0.94 0.59 0 0.27 218.15 0.88 0.39
Hex C 4B B9 5E 3B 0 1B DA 58 27
Octal 14 113 271 136 73 0 33 332 130 47
Binary 1100 1001011 10111001 1011110 111011 0 11011 11011010 1011000 100111

Color Harmonies of #0C4BB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C4BB9

Black with #0C4BB9

Text Example


Text Example

White with #0C4BB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,75,185); }

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

background-color css

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

 a { background-color: rgb(12,75,185); }

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

border-color css

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

 span { border-color: rgb(12,75,185); }

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