Html Css Color HEX #115ACA Denim

📋 copy color: '#115ACA'

red 17 ◦ green 90 ◦ blue 202

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

Shades of Denim #115ACA

Tints of Denim #115ACA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 65.37%

R = 5.5%
G = 29.13%
B = 65.37%

CMYK

 C value IS 0.92

 M value IS 0.55

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#115ACA (or 0x115ACA) is known color: Denim. HEX triplet: 11, 5A and CA. RGB value is (17,90,202). Sum of RGB (Red+Green+Blue) = 17+90+202=309 (40% of max value = 765). Red value is 17 (7.03% from 255 or 5.50% from 309); Green value is 90 (35.55% from 255 or 29.13% from 309); Blue value is 202 (79.30% from 255 or 65.37% from 309); Max value from RGB is 202 - color contains mainly: blue. Hex color #115ACA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #115ACA is #EEA535. Grayscale: #505050. Windows color (decimal): -15639862 or 13261329. OLE color: 13261329.

HSL color Cylindrical-coordinate representation of color #115ACA: hue angle of 216.32º degrees, saturation: 0.84, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #115ACA is Cyan = 0.92, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 17 90 202 -
CMYK 0.92 0.55 0 0.21
HSL 216.32º 0.84% 0.43% -
HSV(B) 216.32º 0.92% 0.79% -
XYZ 14.55 11.7 57.37 -
YUV 80.94 196.32 82.39 -
System Red Green Blue C M Y K H S L
Decimal 17 90 202 0.92 0.55 0 0.21 216.32 0.84 0.43
Hex 11 5A CA 5C 37 0 15 D8 54 2B
Octal 21 132 312 134 67 0 25 330 124 53
Binary 10001 1011010 11001010 1011100 110111 0 10101 11011000 1010100 101011

Color Harmonies of #115ACA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #115ACA

Black with #115ACA

Text Example


Text Example

White with #115ACA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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