Html Css Color HEX #1165AE Denim

📋 copy color: '#1165AE'

red 17 ◦ green 101 ◦ blue 174

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

Shades of Denim #1165AE

Tints of Denim #1165AE

RGB

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

 GREEN value IS 101 (39.84% from 255) = 34.59%

 BLUE value IS 174 (68.36% from 255) = 59.59%

R = 5.82%
G = 34.59%
B = 59.59%

CMYK

 C value IS 0.90

 M value IS 0.42

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#1165AE (or 0x1165AE) is known color: Denim. HEX triplet: 11, 65 and AE. RGB value is (17,101,174). Sum of RGB (Red+Green+Blue) = 17+101+174=292 (38% of max value = 765). Red value is 17 (7.03% from 255 or 5.82% from 292); Green value is 101 (39.84% from 255 or 34.59% from 292); Blue value is 174 (68.36% from 255 or 59.59% from 292); Max value from RGB is 174 - color contains mainly: blue. Hex color #1165AE is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1165AE is #EE9A51. Grayscale: #535353. Windows color (decimal): -15637074 or 11429137. OLE color: 11429137.

HSL color Cylindrical-coordinate representation of color #1165AE: hue angle of 207.9º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1165AE is Cyan = 0.90, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 17 101 174 -
CMYK 0.90 0.42 0 0.32
HSL 207.9º 0.82% 0.37% -
HSV(B) 207.9º 0.9% 0.68% -
XYZ 12.52 12.48 41.79 -
YUV 84.21 178.67 80.06 -
System Red Green Blue C M Y K H S L
Decimal 17 101 174 0.90 0.42 0 0.32 207.9 0.82 0.37
Hex 11 65 AE 5A 2A 0 20 D0 52 25
Octal 21 145 256 132 52 0 40 320 122 45
Binary 10001 1100101 10101110 1011010 101010 0 100000 11010000 1010010 100101

Color Harmonies of #1165AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1165AE

Black with #1165AE

Text Example


Text Example

White with #1165AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1165AE; }

 p { color: rgb(17,101,174); }

 H1.HeaderClassName
 {
   color: #1165AE;
 }
 .AnyTagClassName
 {
   color: #1165AE;
 }
</style>

background-color css

<style>
 a { background-color: #1165AE; }

 a { background-color: rgb(17,101,174); }

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

border-color css

<style>
 span { border-color: #1165AE; }

 span { border-color: rgb(17,101,174); }

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