Html Css Color HEX #115FAC Denim

📋 copy color: '#115FAC'

red 17 ◦ green 95 ◦ blue 172

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

Shades of Denim #115FAC

Tints of Denim #115FAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 60.56%

R = 5.99%
G = 33.45%
B = 60.56%

CMYK

 C value IS 0.90

 M value IS 0.45

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#115FAC (or 0x115FAC) is known color: Denim. HEX triplet: 11, 5F and AC. RGB value is (17,95,172). Sum of RGB (Red+Green+Blue) = 17+95+172=284 (37% of max value = 765). Red value is 17 (7.03% from 255 or 5.99% from 284); Green value is 95 (37.5% from 255 or 33.45% from 284); Blue value is 172 (67.58% from 255 or 60.56% from 284); Max value from RGB is 172 - color contains mainly: blue. Hex color #115FAC is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #115FAC is #EEA053. Grayscale: #505050. Windows color (decimal): -15638612 or 11296529. OLE color: 11296529.

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

Color convert

RGB 17 95 172 -
CMYK 0.90 0.45 0 0.33
HSL 209.81º 0.82% 0.37% -
HSV(B) 209.81º 0.9% 0.67% -
XYZ 11.77 11.28 40.59 -
YUV 80.46 179.66 82.74 -
System Red Green Blue C M Y K H S L
Decimal 17 95 172 0.90 0.45 0 0.33 209.81 0.82 0.37
Hex 11 5F AC 5A 2D 0 21 D2 52 25
Octal 21 137 254 132 55 0 41 322 122 45
Binary 10001 1011111 10101100 1011010 101101 0 100001 11010010 1010010 100101

Color Harmonies of #115FAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #115FAC

Black with #115FAC

Text Example


Text Example

White with #115FAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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