Html Css Color HEX #115FAD Denim

📋 copy color: '#115FAD'

red 17 ◦ green 95 ◦ blue 173

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

Shades of Denim #115FAD

Tints of Denim #115FAD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 60.7%

R = 5.96%
G = 33.33%
B = 60.7%

CMYK

 C value IS 0.90

 M value IS 0.45

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#115FAD (or 0x115FAD) is known color: Denim. HEX triplet: 11, 5F and AD. RGB value is (17,95,173). Sum of RGB (Red+Green+Blue) = 17+95+173=285 (37% of max value = 765). Red value is 17 (7.03% from 255 or 5.96% from 285); Green value is 95 (37.5% from 255 or 33.33% from 285); Blue value is 173 (67.97% from 255 or 60.70% from 285); Max value from RGB is 173 - color contains mainly: blue. Hex color #115FAD is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #115FAD is #EEA052. Grayscale: #505050. Windows color (decimal): -15638611 or 11362065. OLE color: 11362065.

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

Color convert

RGB 17 95 173 -
CMYK 0.90 0.45 0 0.32
HSL 210º 0.82% 0.37% -
HSV(B) 210º 0.9% 0.68% -
XYZ 11.87 11.32 41.09 -
YUV 80.57 180.16 82.66 -
System Red Green Blue C M Y K H S L
Decimal 17 95 173 0.90 0.45 0 0.32 210 0.82 0.37
Hex 11 5F AD 5A 2D 0 20 D2 52 25
Octal 21 137 255 132 55 0 40 322 122 45
Binary 10001 1011111 10101101 1011010 101101 0 100000 11010010 1010010 100101

Color Harmonies of #115FAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #115FAD

Black with #115FAD

Text Example


Text Example

White with #115FAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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