Html Css Color HEX #0B5EAA Denim

📋 copy color: '#0B5EAA'

red 11 ◦ green 94 ◦ blue 170

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

Shades of Denim #0B5EAA

Tints of Denim #0B5EAA

RGB

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

 GREEN value IS 94 (37.11% from 255) = 34.18%

 BLUE value IS 170 (66.8% from 255) = 61.82%

R = 4%
G = 34.18%
B = 61.82%

CMYK

 C value IS 0.94

 M value IS 0.45

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#0B5EAA (or 0x0B5EAA) is known color: Denim. HEX triplet: 0B, 5E and AA. RGB value is (11,94,170). Sum of RGB (Red+Green+Blue) = 11+94+170=275 (36% of max value = 765). Red value is 11 (4.69% from 255 or 4% from 275); Green value is 94 (37.11% from 255 or 34.18% from 275); Blue value is 170 (66.80% from 255 or 61.82% from 275); Max value from RGB is 170 - color contains mainly: blue. Hex color #0B5EAA is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0B5EAA is #F4A155. Grayscale: #4D4D4D. Windows color (decimal): -16032086 or 11165195. OLE color: 11165195.

HSL color Cylindrical-coordinate representation of color #0B5EAA: hue angle of 208.68º degrees, saturation: 0.88, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0B5EAA is Cyan = 0.94, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 11 94 170 -
CMYK 0.94 0.45 0 0.33
HSL 208.68º 0.88% 0.35% -
HSV(B) 208.68º 0.94% 0.67% -
XYZ 11.4 10.98 39.55 -
YUV 77.85 180 80.32 -
System Red Green Blue C M Y K H S L
Decimal 11 94 170 0.94 0.45 0 0.33 208.68 0.88 0.35
Hex B 5E AA 5E 2D 0 21 D1 58 23
Octal 13 136 252 136 55 0 41 321 130 43
Binary 1011 1011110 10101010 1011110 101101 0 100001 11010001 1011000 100011

Color Harmonies of #0B5EAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B5EAA

Black with #0B5EAA

Text Example


Text Example

White with #0B5EAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,94,170); }

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

background-color css

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

 a { background-color: rgb(11,94,170); }

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

border-color css

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

 span { border-color: rgb(11,94,170); }

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