Html Css Color HEX #115DA7 Denim

📋 copy color: '#115DA7'

red 17 ◦ green 93 ◦ blue 167

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

Shades of Denim #115DA7

Tints of Denim #115DA7

RGB

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

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

 BLUE value IS 167 (65.63% from 255) = 60.29%

R = 6.14%
G = 33.57%
B = 60.29%

CMYK

 C value IS 0.90

 M value IS 0.44

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#115DA7 (or 0x115DA7) is known color: Denim. HEX triplet: 11, 5D and A7. RGB value is (17,93,167). Sum of RGB (Red+Green+Blue) = 17+93+167=277 (36% of max value = 765). Red value is 17 (7.03% from 255 or 6.14% from 277); Green value is 93 (36.72% from 255 or 33.57% from 277); Blue value is 167 (65.62% from 255 or 60.29% from 277); Max value from RGB is 167 - color contains mainly: blue. Hex color #115DA7 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #115DA7 is #EEA258. Grayscale: #4E4E4E. Windows color (decimal): -15639129 or 10968337. OLE color: 10968337.

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

Color convert

RGB 17 93 167 -
CMYK 0.90 0.44 0 0.35
HSL 209.6º 0.82% 0.36% -
HSV(B) 209.6º 0.9% 0.65% -
XYZ 11.12 10.74 38.05 -
YUV 78.71 177.82 83.98 -
System Red Green Blue C M Y K H S L
Decimal 17 93 167 0.90 0.44 0 0.35 209.6 0.82 0.36
Hex 11 5D A7 5A 2C 0 23 D2 52 24
Octal 21 135 247 132 54 0 43 322 122 44
Binary 10001 1011101 10100111 1011010 101100 0 100011 11010010 1010010 100100

Color Harmonies of #115DA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #115DA7

Black with #115DA7

Text Example


Text Example

White with #115DA7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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