Html Css Color HEX #0B499D Cobalt

📋 copy color: '#0B499D'

red 11 ◦ green 73 ◦ blue 157

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

Shades of Cobalt #0B499D

Tints of Cobalt #0B499D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 65.15%

R = 4.56%
G = 30.29%
B = 65.15%

CMYK

 C value IS 0.93

 M value IS 0.54

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#0B499D (or 0x0B499D) is known color: Cobalt. HEX triplet: 0B, 49 and 9D. RGB value is (11,73,157). Sum of RGB (Red+Green+Blue) = 11+73+157=241 (31% of max value = 765). Red value is 11 (4.69% from 255 or 4.56% from 241); Green value is 73 (28.91% from 255 or 30.29% from 241); Blue value is 157 (61.72% from 255 or 65.15% from 241); Max value from RGB is 157 - color contains mainly: blue. Hex color #0B499D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0B499D is #F4B662. Grayscale: #3F3F3F. Windows color (decimal): -16037475 or 10307851. OLE color: 10307851.

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

Color convert

RGB 11 73 157 -
CMYK 0.93 0.54 0 0.38
HSL 214.52º 0.87% 0.33% -
HSV(B) 214.52º 0.93% 0.62% -
XYZ 8.61 7.27 32.85 -
YUV 64.04 180.46 90.17 -
System Red Green Blue C M Y K H S L
Decimal 11 73 157 0.93 0.54 0 0.38 214.52 0.87 0.33
Hex B 49 9D 5D 36 0 26 D7 57 21
Octal 13 111 235 135 66 0 46 327 127 41
Binary 1011 1001001 10011101 1011101 110110 0 100110 11010111 1010111 100001

Color Harmonies of #0B499D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B499D

Black with #0B499D

Text Example


Text Example

White with #0B499D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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