Html Css Color HEX #115FC7 Denim

📋 copy color: '#115FC7'

red 17 ◦ green 95 ◦ blue 199

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

Shades of Denim #115FC7

Tints of Denim #115FC7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 63.99%

R = 5.47%
G = 30.55%
B = 63.99%

CMYK

 C value IS 0.91

 M value IS 0.52

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#115FC7 (or 0x115FC7) is known color: Denim. HEX triplet: 11, 5F and C7. RGB value is (17,95,199). Sum of RGB (Red+Green+Blue) = 17+95+199=311 (41% of max value = 765). Red value is 17 (7.03% from 255 or 5.47% from 311); Green value is 95 (37.5% from 255 or 30.55% from 311); Blue value is 199 (78.12% from 255 or 63.99% from 311); Max value from RGB is 199 - color contains mainly: blue. Hex color #115FC7 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #115FC7 is #EEA038. Grayscale: #535353. Windows color (decimal): -15638585 or 13066001. OLE color: 13066001.

HSL color Cylindrical-coordinate representation of color #115FC7: hue angle of 214.29º degrees, saturation: 0.84, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #115FC7 is Cyan = 0.91, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 17 95 199 -
CMYK 0.91 0.52 0 0.22
HSL 214.29º 0.84% 0.42% -
HSV(B) 214.29º 0.91% 0.78% -
XYZ 14.63 12.43 55.66 -
YUV 83.53 193.16 80.54 -
System Red Green Blue C M Y K H S L
Decimal 17 95 199 0.91 0.52 0 0.22 214.29 0.84 0.42
Hex 11 5F C7 5B 34 0 16 D6 54 2A
Octal 21 137 307 133 64 0 26 326 124 52
Binary 10001 1011111 11000111 1011011 110100 0 10110 11010110 1010100 101010

Color Harmonies of #115FC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #115FC7

Black with #115FC7

Text Example


Text Example

White with #115FC7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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