Html Css Color HEX #0B479A Cobalt

📋 copy color: '#0B479A'

red 11 ◦ green 71 ◦ blue 154

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

Shades of Cobalt #0B479A

Tints of Cobalt #0B479A

RGB

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

 GREEN value IS 71 (28.13% from 255) = 30.08%

 BLUE value IS 154 (60.55% from 255) = 65.25%

R = 4.66%
G = 30.08%
B = 65.25%

CMYK

 C value IS 0.93

 M value IS 0.54

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#0B479A (or 0x0B479A) is known color: Cobalt. HEX triplet: 0B, 47 and 9A. RGB value is (11,71,154). Sum of RGB (Red+Green+Blue) = 11+71+154=236 (31% of max value = 765). Red value is 11 (4.69% from 255 or 4.66% from 236); Green value is 71 (28.12% from 255 or 30.08% from 236); Blue value is 154 (60.55% from 255 or 65.25% from 236); Max value from RGB is 154 - color contains mainly: blue. Hex color #0B479A is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0B479A is #F4B865. Grayscale: #3E3E3E. Windows color (decimal): -16037990 or 10110731. OLE color: 10110731.

HSL color Cylindrical-coordinate representation of color #0B479A: hue angle of 214.83º degrees, saturation: 0.87, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0B479A is Cyan = 0.93, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 11 71 154 -
CMYK 0.93 0.54 0 0.40
HSL 214.83º 0.87% 0.32% -
HSV(B) 214.83º 0.93% 0.6% -
XYZ 8.22 6.91 31.47 -
YUV 62.52 179.62 91.25 -
System Red Green Blue C M Y K H S L
Decimal 11 71 154 0.93 0.54 0 0.40 214.83 0.87 0.32
Hex B 47 9A 5D 36 0 28 D7 57 20
Octal 13 107 232 135 66 0 50 327 127 40
Binary 1011 1000111 10011010 1011101 110110 0 101000 11010111 1010111 100000

Color Harmonies of #0B479A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B479A

Black with #0B479A

Text Example


Text Example

White with #0B479A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,71,154); }

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

background-color css

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

 a { background-color: rgb(11,71,154); }

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

border-color css

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

 span { border-color: rgb(11,71,154); }

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