Html Css Color HEX #0B499B Cobalt

📋 copy color: '#0B499B'

red 11 ◦ green 73 ◦ blue 155

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

Shades of Cobalt #0B499B

Tints of Cobalt #0B499B

RGB

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

 GREEN value IS 73 (28.91% from 255) = 30.54%

 BLUE value IS 155 (60.94% from 255) = 64.85%

R = 4.6%
G = 30.54%
B = 64.85%

CMYK

 C value IS 0.93

 M value IS 0.53

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#0B499B (or 0x0B499B) is known color: Cobalt. HEX triplet: 0B, 49 and 9B. RGB value is (11,73,155). Sum of RGB (Red+Green+Blue) = 11+73+155=239 (31% of max value = 765). Red value is 11 (4.69% from 255 or 4.60% from 239); Green value is 73 (28.91% from 255 or 30.54% from 239); Blue value is 155 (60.94% from 255 or 64.85% from 239); Max value from RGB is 155 - color contains mainly: blue. Hex color #0B499B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0B499B is #F4B664. Grayscale: #3F3F3F. Windows color (decimal): -16037477 or 10176779. OLE color: 10176779.

HSL color Cylindrical-coordinate representation of color #0B499B: hue angle of 214.17º degrees, saturation: 0.87, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0B499B is Cyan = 0.93, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 11 73 155 -
CMYK 0.93 0.53 0 0.39
HSL 214.17º 0.87% 0.33% -
HSV(B) 214.17º 0.93% 0.61% -
XYZ 8.44 7.2 31.96 -
YUV 63.81 179.46 90.33 -
System Red Green Blue C M Y K H S L
Decimal 11 73 155 0.93 0.53 0 0.39 214.17 0.87 0.33
Hex B 49 9B 5D 35 0 27 D6 57 21
Octal 13 111 233 135 65 0 47 326 127 41
Binary 1011 1001001 10011011 1011101 110101 0 100111 11010110 1010111 100001

Color Harmonies of #0B499B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B499B

Black with #0B499B

Text Example


Text Example

White with #0B499B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,73,155); }

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

background-color css

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

 a { background-color: rgb(11,73,155); }

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

border-color css

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

 span { border-color: rgb(11,73,155); }

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