Html Css Color HEX #0B59BA Denim

📋 copy color: '#0B59BA'

red 11 ◦ green 89 ◦ blue 186

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

Shades of Denim #0B59BA

Tints of Denim #0B59BA

RGB

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

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

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

R = 3.85%
G = 31.12%
B = 65.03%

CMYK

 C value IS 0.94

 M value IS 0.52

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#0B59BA (or 0x0B59BA) is known color: Denim. HEX triplet: 0B, 59 and BA. RGB value is (11,89,186). Sum of RGB (Red+Green+Blue) = 11+89+186=286 (37% of max value = 765). Red value is 11 (4.69% from 255 or 3.85% from 286); Green value is 89 (35.16% from 255 or 31.12% from 286); Blue value is 186 (73.05% from 255 or 65.03% from 286); Max value from RGB is 186 - color contains mainly: blue. Hex color #0B59BA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0B59BA is #F4A645. Grayscale: #4C4C4C. Windows color (decimal): -16033350 or 12212491. OLE color: 12212491.

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

Color convert

RGB 11 89 186 -
CMYK 0.94 0.52 0 0.27
HSL 213.26º 0.89% 0.39% -
HSV(B) 213.26º 0.94% 0.73% -
XYZ 12.57 10.76 47.87 -
YUV 76.74 189.66 81.11 -
System Red Green Blue C M Y K H S L
Decimal 11 89 186 0.94 0.52 0 0.27 213.26 0.89 0.39
Hex B 59 BA 5E 34 0 1B D5 59 27
Octal 13 131 272 136 64 0 33 325 131 47
Binary 1011 1011001 10111010 1011110 110100 0 11011 11010101 1011001 100111

Color Harmonies of #0B59BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B59BA

Black with #0B59BA

Text Example


Text Example

White with #0B59BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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