Html Css Color HEX #165FAA Denim

📋 copy color: '#165FAA'

red 22 ◦ green 95 ◦ blue 170

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

Shades of Denim #165FAA

Tints of Denim #165FAA

RGB

 RED value IS 22 (8.98% from 255) = 7.67%

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

 BLUE value IS 170 (66.8% from 255) = 59.23%

R = 7.67%
G = 33.1%
B = 59.23%

CMYK

 C value IS 0.87

 M value IS 0.44

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#165FAA (or 0x165FAA) is known color: Denim. HEX triplet: 16, 5F and AA. RGB value is (22,95,170). Sum of RGB (Red+Green+Blue) = 22+95+170=287 (38% of max value = 765). Red value is 22 (8.98% from 255 or 7.67% from 287); Green value is 95 (37.5% from 255 or 33.10% from 287); Blue value is 170 (66.80% from 255 or 59.23% from 287); Max value from RGB is 170 - color contains mainly: blue. Hex color #165FAA is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #165FAA is #E9A055. Grayscale: #515151. Windows color (decimal): -15310934 or 11165462. OLE color: 11165462.

HSL color Cylindrical-coordinate representation of color #165FAA: hue angle of 210.41º degrees, saturation: 0.77, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #165FAA is Cyan = 0.87, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 22 95 170 -
CMYK 0.87 0.44 0 0.33
HSL 210.41º 0.77% 0.38% -
HSV(B) 210.41º 0.87% 0.67% -
XYZ 11.68 11.26 39.59 -
YUV 81.72 177.82 85.4 -
System Red Green Blue C M Y K H S L
Decimal 22 95 170 0.87 0.44 0 0.33 210.41 0.77 0.38
Hex 16 5F AA 57 2C 0 21 D2 4D 26
Octal 26 137 252 127 54 0 41 322 115 46
Binary 10110 1011111 10101010 1010111 101100 0 100001 11010010 1001101 100110

Color Harmonies of #165FAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #165FAA

Black with #165FAA

Text Example


Text Example

White with #165FAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #165FAA; }

 p { color: rgb(22,95,170); }

 H1.HeaderClassName
 {
   color: #165FAA;
 }
 .AnyTagClassName
 {
   color: #165FAA;
 }
</style>

background-color css

<style>
 a { background-color: #165FAA; }

 a { background-color: rgb(22,95,170); }

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

border-color css

<style>
 span { border-color: #165FAA; }

 span { border-color: rgb(22,95,170); }

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