Html Css Color HEX #165DB6 Denim

📋 copy color: '#165DB6'

red 22 ◦ green 93 ◦ blue 182

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

Shades of Denim #165DB6

Tints of Denim #165DB6

RGB

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

 GREEN value IS 93 (36.72% from 255) = 31.31%

 BLUE value IS 182 (71.48% from 255) = 61.28%

R = 7.41%
G = 31.31%
B = 61.28%

CMYK

 C value IS 0.88

 M value IS 0.49

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#165DB6 (or 0x165DB6) is known color: Denim. HEX triplet: 16, 5D and B6. RGB value is (22,93,182). Sum of RGB (Red+Green+Blue) = 22+93+182=297 (39% of max value = 765). Red value is 22 (8.98% from 255 or 7.41% from 297); Green value is 93 (36.72% from 255 or 31.31% from 297); Blue value is 182 (71.48% from 255 or 61.28% from 297); Max value from RGB is 182 - color contains mainly: blue. Hex color #165DB6 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #165DB6 is #E9A249. Grayscale: #515151. Windows color (decimal): -15311434 or 11951382. OLE color: 11951382.

HSL color Cylindrical-coordinate representation of color #165DB6: hue angle of 213.38º degrees, saturation: 0.78, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #165DB6 is Cyan = 0.88, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 22 93 182 -
CMYK 0.88 0.49 0 0.29
HSL 213.38º 0.78% 0.4% -
HSV(B) 213.38º 0.88% 0.71% -
XYZ 12.69 11.38 45.78 -
YUV 81.92 184.48 85.26 -
System Red Green Blue C M Y K H S L
Decimal 22 93 182 0.88 0.49 0 0.29 213.38 0.78 0.4
Hex 16 5D B6 58 31 0 1D D5 4E 28
Octal 26 135 266 130 61 0 35 325 116 50
Binary 10110 1011101 10110110 1011000 110001 0 11101 11010101 1001110 101000

Color Harmonies of #165DB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #165DB6

Black with #165DB6

Text Example


Text Example

White with #165DB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(22,93,182); }

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

background-color css

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

 a { background-color: rgb(22,93,182); }

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

border-color css

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

 span { border-color: rgb(22,93,182); }

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