Html Css Color HEX #165DD8 Denim

📋 copy color: '#165DD8'

red 22 ◦ green 93 ◦ blue 216

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

Shades of Denim #165DD8

Tints of Denim #165DD8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 65.26%

R = 6.65%
G = 28.1%
B = 65.26%

CMYK

 C value IS 0.90

 M value IS 0.57

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#165DD8 (or 0x165DD8) is known color: Denim. HEX triplet: 16, 5D and D8. RGB value is (22,93,216). Sum of RGB (Red+Green+Blue) = 22+93+216=331 (43% of max value = 765). Red value is 22 (8.98% from 255 or 6.65% from 331); Green value is 93 (36.72% from 255 or 28.10% from 331); Blue value is 216 (84.77% from 255 or 65.26% from 331); Max value from RGB is 216 - color contains mainly: blue. Hex color #165DD8 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #165DD8 is #E9A227. Grayscale: #555555. Windows color (decimal): -15311400 or 14179606. OLE color: 14179606.

HSL color Cylindrical-coordinate representation of color #165DD8: hue angle of 218.04º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #165DD8 is Cyan = 0.90, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 22 93 216 -
CMYK 0.90 0.57 0 0.15
HSL 218.04º 0.82% 0.47% -
HSV(B) 218.04º 0.9% 0.85% -
XYZ 16.64 12.96 66.59 -
YUV 85.79 201.48 82.5 -
System Red Green Blue C M Y K H S L
Decimal 22 93 216 0.90 0.57 0 0.15 218.04 0.82 0.47
Hex 16 5D D8 5A 39 0 F DA 52 2F
Octal 26 135 330 132 71 0 17 332 122 57
Binary 10110 1011101 11011000 1011010 111001 0 1111 11011010 1010010 101111

Color Harmonies of #165DD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #165DD8

Black with #165DD8

Text Example


Text Example

White with #165DD8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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