Html Css Color HEX #165FD1 Denim

📋 copy color: '#165FD1'

red 22 ◦ green 95 ◦ blue 209

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

Shades of Denim #165FD1

Tints of Denim #165FD1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 64.11%

R = 6.75%
G = 29.14%
B = 64.11%

CMYK

 C value IS 0.89

 M value IS 0.55

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#165FD1 (or 0x165FD1) is known color: Denim. HEX triplet: 16, 5F and D1. RGB value is (22,95,209). Sum of RGB (Red+Green+Blue) = 22+95+209=326 (43% of max value = 765). Red value is 22 (8.98% from 255 or 6.75% from 326); Green value is 95 (37.5% from 255 or 29.14% from 326); Blue value is 209 (82.03% from 255 or 64.11% from 326); Max value from RGB is 209 - color contains mainly: blue. Hex color #165FD1 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #165FD1 is #E9A02E. Grayscale: #555555. Windows color (decimal): -15310895 or 13721366. OLE color: 13721366.

HSL color Cylindrical-coordinate representation of color #165FD1: hue angle of 216.58º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #165FD1 is Cyan = 0.89, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 22 95 209 -
CMYK 0.89 0.55 0 0.18
HSL 216.58º 0.81% 0.45% -
HSV(B) 216.58º 0.89% 0.82% -
XYZ 15.93 12.96 61.98 -
YUV 86.17 197.32 82.23 -
System Red Green Blue C M Y K H S L
Decimal 22 95 209 0.89 0.55 0 0.18 216.58 0.81 0.45
Hex 16 5F D1 59 37 0 12 D9 51 2D
Octal 26 137 321 131 67 0 22 331 121 55
Binary 10110 1011111 11010001 1011001 110111 0 10010 11011001 1010001 101101

Color Harmonies of #165FD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #165FD1

Black with #165FD1

Text Example


Text Example

White with #165FD1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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