Html Css Color HEX #115FAB Denim

📋 copy color: '#115FAB'

red 17 ◦ green 95 ◦ blue 171

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

Shades of Denim #115FAB

Tints of Denim #115FAB

RGB

 RED value IS 17 (7.03% from 255) = 6.01%

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

 BLUE value IS 171 (67.19% from 255) = 60.42%

R = 6.01%
G = 33.57%
B = 60.42%

CMYK

 C value IS 0.90

 M value IS 0.44

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#115FAB (or 0x115FAB) is known color: Denim. HEX triplet: 11, 5F and AB. RGB value is (17,95,171). Sum of RGB (Red+Green+Blue) = 17+95+171=283 (37% of max value = 765). Red value is 17 (7.03% from 255 or 6.01% from 283); Green value is 95 (37.5% from 255 or 33.57% from 283); Blue value is 171 (67.19% from 255 or 60.42% from 283); Max value from RGB is 171 - color contains mainly: blue. Hex color #115FAB is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #115FAB is #EEA054. Grayscale: #4F4F4F. Windows color (decimal): -15638613 or 11230993. OLE color: 11230993.

HSL color Cylindrical-coordinate representation of color #115FAB: hue angle of 209.61º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #115FAB is Cyan = 0.90, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 17 95 171 -
CMYK 0.90 0.44 0 0.33
HSL 209.61º 0.82% 0.37% -
HSV(B) 209.61º 0.9% 0.67% -
XYZ 11.67 11.24 40.08 -
YUV 80.34 179.16 82.82 -
System Red Green Blue C M Y K H S L
Decimal 17 95 171 0.90 0.44 0 0.33 209.61 0.82 0.37
Hex 11 5F AB 5A 2C 0 21 D2 52 25
Octal 21 137 253 132 54 0 41 322 122 45
Binary 10001 1011111 10101011 1011010 101100 0 100001 11010010 1010010 100101

Color Harmonies of #115FAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #115FAB

Black with #115FAB

Text Example


Text Example

White with #115FAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #115FAB; }

 p { color: rgb(17,95,171); }

 H1.HeaderClassName
 {
   color: #115FAB;
 }
 .AnyTagClassName
 {
   color: #115FAB;
 }
</style>

background-color css

<style>
 a { background-color: #115FAB; }

 a { background-color: rgb(17,95,171); }

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

border-color css

<style>
 span { border-color: #115FAB; }

 span { border-color: rgb(17,95,171); }

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