Html Css Color HEX #115EB8 Denim

📋 copy color: '#115EB8'

red 17 ◦ green 94 ◦ blue 184

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

Shades of Denim #115EB8

Tints of Denim #115EB8

RGB

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

 GREEN value IS 94 (37.11% from 255) = 31.86%

 BLUE value IS 184 (72.27% from 255) = 62.37%

R = 5.76%
G = 31.86%
B = 62.37%

CMYK

 C value IS 0.91

 M value IS 0.49

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#115EB8 (or 0x115EB8) is known color: Denim. HEX triplet: 11, 5E and B8. RGB value is (17,94,184). Sum of RGB (Red+Green+Blue) = 17+94+184=295 (39% of max value = 765). Red value is 17 (7.03% from 255 or 5.76% from 295); Green value is 94 (37.11% from 255 or 31.86% from 295); Blue value is 184 (72.27% from 255 or 62.37% from 295); Max value from RGB is 184 - color contains mainly: blue. Hex color #115EB8 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #115EB8 is #EEA147. Grayscale: #505050. Windows color (decimal): -15638856 or 12082705. OLE color: 12082705.

HSL color Cylindrical-coordinate representation of color #115EB8: hue angle of 212.34º degrees, saturation: 0.83, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #115EB8 is Cyan = 0.91, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 17 94 184 -
CMYK 0.91 0.49 0 0.28
HSL 212.34º 0.83% 0.39% -
HSV(B) 212.34º 0.91% 0.72% -
XYZ 12.89 11.59 46.9 -
YUV 81.24 185.99 82.18 -
System Red Green Blue C M Y K H S L
Decimal 17 94 184 0.91 0.49 0 0.28 212.34 0.83 0.39
Hex 11 5E B8 5B 31 0 1C D4 53 27
Octal 21 136 270 133 61 0 34 324 123 47
Binary 10001 1011110 10111000 1011011 110001 0 11100 11010100 1010011 100111

Color Harmonies of #115EB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #115EB8

Black with #115EB8

Text Example


Text Example

White with #115EB8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(17,94,184); }

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

background-color css

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

 a { background-color: rgb(17,94,184); }

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

border-color css

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

 span { border-color: rgb(17,94,184); }

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