Html Css Color HEX #0B5FAA Denim

📋 copy color: '#0B5FAA'

red 11 ◦ green 95 ◦ blue 170

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

Shades of Denim #0B5FAA

Tints of Denim #0B5FAA

RGB

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

 GREEN value IS 95 (37.5% from 255) = 34.42%

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

R = 3.99%
G = 34.42%
B = 61.59%

CMYK

 C value IS 0.94

 M value IS 0.44

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#0B5FAA (or 0x0B5FAA) is known color: Denim. HEX triplet: 0B, 5F and AA. RGB value is (11,95,170). Sum of RGB (Red+Green+Blue) = 11+95+170=276 (36% of max value = 765). Red value is 11 (4.69% from 255 or 3.99% from 276); Green value is 95 (37.5% from 255 or 34.42% from 276); Blue value is 170 (66.80% from 255 or 61.59% from 276); Max value from RGB is 170 - color contains mainly: blue. Hex color #0B5FAA is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0B5FAA is #F4A055. Grayscale: #4E4E4E. Windows color (decimal): -16031830 or 11165451. OLE color: 11165451.

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

Color convert

RGB 11 95 170 -
CMYK 0.94 0.44 0 0.33
HSL 208.3º 0.88% 0.35% -
HSV(B) 208.3º 0.94% 0.67% -
XYZ 11.49 11.16 39.58 -
YUV 78.43 179.67 79.9 -
System Red Green Blue C M Y K H S L
Decimal 11 95 170 0.94 0.44 0 0.33 208.3 0.88 0.35
Hex B 5F AA 5E 2C 0 21 D0 58 23
Octal 13 137 252 136 54 0 41 320 130 43
Binary 1011 1011111 10101010 1011110 101100 0 100001 11010000 1011000 100011

Color Harmonies of #0B5FAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B5FAA

Black with #0B5FAA

Text Example


Text Example

White with #0B5FAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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