Html Css Color HEX #115AB3 Denim

📋 copy color: '#115AB3'

red 17 ◦ green 90 ◦ blue 179

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

Shades of Denim #115AB3

Tints of Denim #115AB3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 62.59%

R = 5.94%
G = 31.47%
B = 62.59%

CMYK

 C value IS 0.91

 M value IS 0.50

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#115AB3 (or 0x115AB3) is known color: Denim. HEX triplet: 11, 5A and B3. RGB value is (17,90,179). Sum of RGB (Red+Green+Blue) = 17+90+179=286 (37% of max value = 765). Red value is 17 (7.03% from 255 or 5.94% from 286); Green value is 90 (35.55% from 255 or 31.47% from 286); Blue value is 179 (70.31% from 255 or 62.59% from 286); Max value from RGB is 179 - color contains mainly: blue. Hex color #115AB3 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #115AB3 is #EEA54C. Grayscale: #4D4D4D. Windows color (decimal): -15639885 or 11754001. OLE color: 11754001.

HSL color Cylindrical-coordinate representation of color #115AB3: hue angle of 212.96º degrees, saturation: 0.83, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #115AB3 is Cyan = 0.91, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 17 90 179 -
CMYK 0.91 0.50 0 0.30
HSL 212.96º 0.83% 0.38% -
HSV(B) 212.96º 0.91% 0.7% -
XYZ 12.02 10.69 44.08 -
YUV 78.32 184.82 84.26 -
System Red Green Blue C M Y K H S L
Decimal 17 90 179 0.91 0.50 0 0.30 212.96 0.83 0.38
Hex 11 5A B3 5B 32 0 1E D5 53 26
Octal 21 132 263 133 62 0 36 325 123 46
Binary 10001 1011010 10110011 1011011 110010 0 11110 11010101 1010011 100110

Color Harmonies of #115AB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #115AB3

Black with #115AB3

Text Example


Text Example

White with #115AB3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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