Html Css Color HEX #165ABB Denim

📋 copy color: '#165ABB'

red 22 ◦ green 90 ◦ blue 187

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

Shades of Denim #165ABB

Tints of Denim #165ABB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 62.54%

R = 7.36%
G = 30.1%
B = 62.54%

CMYK

 C value IS 0.88

 M value IS 0.52

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#165ABB (or 0x165ABB) is known color: Denim. HEX triplet: 16, 5A and BB. RGB value is (22,90,187). Sum of RGB (Red+Green+Blue) = 22+90+187=299 (39% of max value = 765). Red value is 22 (8.98% from 255 or 7.36% from 299); Green value is 90 (35.55% from 255 or 30.10% from 299); Blue value is 187 (73.44% from 255 or 62.54% from 299); Max value from RGB is 187 - color contains mainly: blue. Hex color #165ABB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #165ABB is #E9A544. Grayscale: #505050. Windows color (decimal): -15312197 or 12278294. OLE color: 12278294.

HSL color Cylindrical-coordinate representation of color #165ABB: hue angle of 215.27º degrees, saturation: 0.79, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #165ABB is Cyan = 0.88, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 22 90 187 -
CMYK 0.88 0.52 0 0.27
HSL 215.27º 0.79% 0.41% -
HSV(B) 215.27º 0.88% 0.73% -
XYZ 12.96 11.07 48.47 -
YUV 80.73 187.97 86.11 -
System Red Green Blue C M Y K H S L
Decimal 22 90 187 0.88 0.52 0 0.27 215.27 0.79 0.41
Hex 16 5A BB 58 34 0 1B D7 4F 29
Octal 26 132 273 130 64 0 33 327 117 51
Binary 10110 1011010 10111011 1011000 110100 0 11011 11010111 1001111 101001

Color Harmonies of #165ABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #165ABB

Black with #165ABB

Text Example


Text Example

White with #165ABB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(22,90,187); }

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

background-color css

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

 a { background-color: rgb(22,90,187); }

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

border-color css

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

 span { border-color: rgb(22,90,187); }

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