Html Css Color HEX #115FB8 Denim

📋 copy color: '#115FB8'

red 17 ◦ green 95 ◦ blue 184

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

Shades of Denim #115FB8

Tints of Denim #115FB8

RGB

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

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

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

R = 5.74%
G = 32.09%
B = 62.16%

CMYK

 C value IS 0.91

 M value IS 0.48

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#115FB8 (or 0x115FB8) is known color: Denim. HEX triplet: 11, 5F and B8. RGB value is (17,95,184). Sum of RGB (Red+Green+Blue) = 17+95+184=296 (39% of max value = 765). Red value is 17 (7.03% from 255 or 5.74% from 296); Green value is 95 (37.5% from 255 or 32.09% from 296); Blue value is 184 (72.27% from 255 or 62.16% from 296); Max value from RGB is 184 - color contains mainly: blue. Hex color #115FB8 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #115FB8 is #EEA047. Grayscale: #515151. Windows color (decimal): -15638600 or 12082961. OLE color: 12082961.

HSL color Cylindrical-coordinate representation of color #115FB8: hue angle of 211.98º 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 #115FB8 is Cyan = 0.91, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 17 95 184 -
CMYK 0.91 0.48 0 0.28
HSL 211.98º 0.83% 0.39% -
HSV(B) 211.98º 0.91% 0.72% -
XYZ 12.98 11.76 46.93 -
YUV 81.82 185.66 81.76 -
System Red Green Blue C M Y K H S L
Decimal 17 95 184 0.91 0.48 0 0.28 211.98 0.83 0.39
Hex 11 5F B8 5B 30 0 1C D4 53 27
Octal 21 137 270 133 60 0 34 324 123 47
Binary 10001 1011111 10111000 1011011 110000 0 11100 11010100 1010011 100111

Color Harmonies of #115FB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #115FB8

Black with #115FB8

Text Example


Text Example

White with #115FB8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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