Html Css Color HEX #0B5997 Cobalt

📋 copy color: '#0B5997'

red 11 ◦ green 89 ◦ blue 151

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

Shades of Cobalt #0B5997

Tints of Cobalt #0B5997

RGB

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

 GREEN value IS 89 (35.16% from 255) = 35.46%

 BLUE value IS 151 (59.38% from 255) = 60.16%

R = 4.38%
G = 35.46%
B = 60.16%

CMYK

 C value IS 0.93

 M value IS 0.41

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#0B5997 (or 0x0B5997) is known color: Cobalt. HEX triplet: 0B, 59 and 97. RGB value is (11,89,151). Sum of RGB (Red+Green+Blue) = 11+89+151=251 (33% of max value = 765). Red value is 11 (4.69% from 255 or 4.38% from 251); Green value is 89 (35.16% from 255 or 35.46% from 251); Blue value is 151 (59.38% from 255 or 60.16% from 251); Max value from RGB is 151 - color contains mainly: blue. Hex color #0B5997 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0B5997 is #F4A668. Grayscale: #484848. Windows color (decimal): -16033385 or 9918731. OLE color: 9918731.

HSL color Cylindrical-coordinate representation of color #0B5997: hue angle of 206.57º degrees, saturation: 0.86, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0B5997 is Cyan = 0.93, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 11 89 151 -
CMYK 0.93 0.41 0 0.41
HSL 206.57º 0.86% 0.32% -
HSV(B) 206.57º 0.93% 0.59% -
XYZ 9.3 9.45 30.61 -
YUV 72.75 172.16 83.96 -
System Red Green Blue C M Y K H S L
Decimal 11 89 151 0.93 0.41 0 0.41 206.57 0.86 0.32
Hex B 59 97 5D 29 0 29 CF 56 20
Octal 13 131 227 135 51 0 51 317 126 40
Binary 1011 1011001 10010111 1011101 101001 0 101001 11001111 1010110 100000

Color Harmonies of #0B5997

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B5997

Black with #0B5997

Text Example


Text Example

White with #0B5997

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,89,151); }

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

background-color css

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

 a { background-color: rgb(11,89,151); }

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

border-color css

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

 span { border-color: rgb(11,89,151); }

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