Html Css Color HEX #165FAB Denim

📋 copy color: '#165FAB'

red 22 ◦ green 95 ◦ blue 171

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

Shades of Denim #165FAB

Tints of Denim #165FAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 59.38%

R = 7.64%
G = 32.99%
B = 59.38%

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

#165FAB (or 0x165FAB) is known color: Denim. HEX triplet: 16, 5F and AB. RGB value is (22,95,171). Sum of RGB (Red+Green+Blue) = 22+95+171=288 (38% of max value = 765). Red value is 22 (8.98% from 255 or 7.64% from 288); Green value is 95 (37.5% from 255 or 32.99% from 288); Blue value is 171 (67.19% from 255 or 59.38% from 288); Max value from RGB is 171 - color contains mainly: blue. Hex color #165FAB is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #165FAB is #E9A054. Grayscale: #515151. Windows color (decimal): -15310933 or 11230998. OLE color: 11230998.

HSL color Cylindrical-coordinate representation of color #165FAB: hue angle of 210.6º 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 #165FAB is Cyan = 0.87, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 22 95 171 -
CMYK 0.87 0.44 0 0.33
HSL 210.6º 0.77% 0.38% -
HSV(B) 210.6º 0.87% 0.67% -
XYZ 11.77 11.3 40.09 -
YUV 81.84 178.32 85.32 -
System Red Green Blue C M Y K H S L
Decimal 22 95 171 0.87 0.44 0 0.33 210.6 0.77 0.38
Hex 16 5F AB 57 2C 0 21 D3 4D 26
Octal 26 137 253 127 54 0 41 323 115 46
Binary 10110 1011111 10101011 1010111 101100 0 100001 11010011 1001101 100110

Color Harmonies of #165FAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #165FAB

Black with #165FAB

Text Example


Text Example

White with #165FAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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