Html Css Color HEX #115AA4 Denim

📋 copy color: '#115AA4'

red 17 ◦ green 90 ◦ blue 164

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

Shades of Denim #115AA4

Tints of Denim #115AA4

RGB

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

 GREEN value IS 90 (35.55% from 255) = 33.21%

 BLUE value IS 164 (64.45% from 255) = 60.52%

R = 6.27%
G = 33.21%
B = 60.52%

CMYK

 C value IS 0.90

 M value IS 0.45

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#115AA4 (or 0x115AA4) is known color: Denim. HEX triplet: 11, 5A and A4. RGB value is (17,90,164). Sum of RGB (Red+Green+Blue) = 17+90+164=271 (35% of max value = 765). Red value is 17 (7.03% from 255 or 6.27% from 271); Green value is 90 (35.55% from 255 or 33.21% from 271); Blue value is 164 (64.45% from 255 or 60.52% from 271); Max value from RGB is 164 - color contains mainly: blue. Hex color #115AA4 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #115AA4 is #EEA55B. Grayscale: #4C4C4C. Windows color (decimal): -15639900 or 10770961. OLE color: 10770961.

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

Color convert

RGB 17 90 164 -
CMYK 0.90 0.45 0 0.36
HSL 210.2º 0.81% 0.35% -
HSV(B) 210.2º 0.9% 0.64% -
XYZ 10.59 10.11 36.52 -
YUV 76.61 177.32 85.48 -
System Red Green Blue C M Y K H S L
Decimal 17 90 164 0.90 0.45 0 0.36 210.2 0.81 0.35
Hex 11 5A A4 5A 2D 0 24 D2 51 23
Octal 21 132 244 132 55 0 44 322 121 43
Binary 10001 1011010 10100100 1011010 101101 0 100100 11010010 1010001 100011

Color Harmonies of #115AA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #115AA4

Black with #115AA4

Text Example


Text Example

White with #115AA4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(17,90,164); }

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

background-color css

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

 a { background-color: rgb(17,90,164); }

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

border-color css

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

 span { border-color: rgb(17,90,164); }

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