Html Css Color HEX #115DAB Denim

📋 copy color: '#115DAB'

red 17 ◦ green 93 ◦ blue 171

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

Shades of Denim #115DAB

Tints of Denim #115DAB

RGB

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

 GREEN value IS 93 (36.72% from 255) = 33.1%

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

R = 6.05%
G = 33.1%
B = 60.85%

CMYK

 C value IS 0.90

 M value IS 0.46

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#115DAB (or 0x115DAB) is known color: Denim. HEX triplet: 11, 5D and AB. RGB value is (17,93,171). Sum of RGB (Red+Green+Blue) = 17+93+171=281 (37% of max value = 765). Red value is 17 (7.03% from 255 or 6.05% from 281); Green value is 93 (36.72% from 255 or 33.10% from 281); Blue value is 171 (67.19% from 255 or 60.85% from 281); Max value from RGB is 171 - color contains mainly: blue. Hex color #115DAB is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #115DAB is #EEA254. Grayscale: #4E4E4E. Windows color (decimal): -15639125 or 11230481. OLE color: 11230481.

HSL color Cylindrical-coordinate representation of color #115DAB: hue angle of 210.39º 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 #115DAB is Cyan = 0.90, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 17 93 171 -
CMYK 0.90 0.46 0 0.33
HSL 210.39º 0.82% 0.37% -
HSV(B) 210.39º 0.9% 0.67% -
XYZ 11.5 10.89 40.02 -
YUV 79.17 179.82 83.66 -
System Red Green Blue C M Y K H S L
Decimal 17 93 171 0.90 0.46 0 0.33 210.39 0.82 0.37
Hex 11 5D AB 5A 2E 0 21 D2 52 25
Octal 21 135 253 132 56 0 41 322 122 45
Binary 10001 1011101 10101011 1011010 101110 0 100001 11010010 1010010 100101

Color Harmonies of #115DAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #115DAB

Black with #115DAB

Text Example


Text Example

White with #115DAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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