Html Css Color HEX #0B4ABE Cobalt

📋 copy color: '#0B4ABE'

red 11 ◦ green 74 ◦ blue 190

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

Shades of Cobalt #0B4ABE

Tints of Cobalt #0B4ABE

RGB

 RED value IS 11 (4.69% from 255) = 4%

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

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

R = 4%
G = 26.91%
B = 69.09%

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

#0B4ABE (or 0x0B4ABE) is known color: Cobalt. HEX triplet: 0B, 4A and BE. RGB value is (11,74,190). Sum of RGB (Red+Green+Blue) = 11+74+190=275 (36% of max value = 765). Red value is 11 (4.69% from 255 or 4% from 275); Green value is 74 (29.30% from 255 or 26.91% from 275); Blue value is 190 (74.61% from 255 or 69.09% from 275); Max value from RGB is 190 - color contains mainly: blue. Hex color #0B4ABE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0B4ABE is #F4B541. Grayscale: #434343. Windows color (decimal): -16037186 or 12470795. OLE color: 12470795.

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

Color convert

RGB 11 74 190 -
CMYK 0.94 0.61 0 0.25
HSL 218.88º 0.89% 0.39% -
HSV(B) 218.88º 0.94% 0.75% -
XYZ 11.88 8.69 49.77 -
YUV 68.39 196.63 87.07 -
System Red Green Blue C M Y K H S L
Decimal 11 74 190 0.94 0.61 0 0.25 218.88 0.89 0.39
Hex B 4A BE 5E 3D 0 19 DB 59 27
Octal 13 112 276 136 75 0 31 333 131 47
Binary 1011 1001010 10111110 1011110 111101 0 11001 11011011 1011001 100111

Color Harmonies of #0B4ABE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B4ABE

Black with #0B4ABE

Text Example


Text Example

White with #0B4ABE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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