Html Css Color HEX #0B4FBA Cobalt

📋 copy color: '#0B4FBA'

red 11 ◦ green 79 ◦ blue 186

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

Shades of Cobalt #0B4FBA

Tints of Cobalt #0B4FBA

RGB

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

 GREEN value IS 79 (31.25% from 255) = 28.62%

 BLUE value IS 186 (73.05% from 255) = 67.39%

R = 3.99%
G = 28.62%
B = 67.39%

CMYK

 C value IS 0.94

 M value IS 0.58

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#0B4FBA (or 0x0B4FBA) is known color: Cobalt. HEX triplet: 0B, 4F and BA. RGB value is (11,79,186). Sum of RGB (Red+Green+Blue) = 11+79+186=276 (36% of max value = 765). Red value is 11 (4.69% from 255 or 3.99% from 276); Green value is 79 (31.25% from 255 or 28.62% from 276); Blue value is 186 (73.05% from 255 or 67.39% from 276); Max value from RGB is 186 - color contains mainly: blue. Hex color #0B4FBA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0B4FBA is #F4B045. Grayscale: #464646. Windows color (decimal): -16035910 or 12209931. OLE color: 12209931.

HSL color Cylindrical-coordinate representation of color #0B4FBA: hue angle of 216.69º degrees, saturation: 0.89, 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 #0B4FBA is Cyan = 0.94, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 11 79 186 -
CMYK 0.94 0.58 0 0.27
HSL 216.69º 0.89% 0.39% -
HSV(B) 216.69º 0.94% 0.73% -
XYZ 11.8 9.21 47.61 -
YUV 70.87 192.97 85.3 -
System Red Green Blue C M Y K H S L
Decimal 11 79 186 0.94 0.58 0 0.27 216.69 0.89 0.39
Hex B 4F BA 5E 3A 0 1B D9 59 27
Octal 13 117 272 136 72 0 33 331 131 47
Binary 1011 1001111 10111010 1011110 111010 0 11011 11011001 1011001 100111

Color Harmonies of #0B4FBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B4FBA

Black with #0B4FBA

Text Example


Text Example

White with #0B4FBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,79,186); }

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

background-color css

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

 a { background-color: rgb(11,79,186); }

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

border-color css

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

 span { border-color: rgb(11,79,186); }

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