Html Css Color HEX #165CDA Denim

📋 copy color: '#165CDA'

red 22 ◦ green 92 ◦ blue 218

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

Shades of Denim #165CDA

Tints of Denim #165CDA

RGB

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

 GREEN value IS 92 (36.33% from 255) = 27.71%

 BLUE value IS 218 (85.55% from 255) = 65.66%

R = 6.63%
G = 27.71%
B = 65.66%

CMYK

 C value IS 0.90

 M value IS 0.58

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#165CDA (or 0x165CDA) is known color: Denim. HEX triplet: 16, 5C and DA. RGB value is (22,92,218). Sum of RGB (Red+Green+Blue) = 22+92+218=332 (43% of max value = 765). Red value is 22 (8.98% from 255 or 6.63% from 332); Green value is 92 (36.33% from 255 or 27.71% from 332); Blue value is 218 (85.55% from 255 or 65.66% from 332); Max value from RGB is 218 - color contains mainly: blue. Hex color #165CDA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #165CDA is #E9A325. Grayscale: #545454. Windows color (decimal): -15311654 or 14310422. OLE color: 14310422.

HSL color Cylindrical-coordinate representation of color #165CDA: hue angle of 218.57º 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 #165CDA is Cyan = 0.90, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 22 92 218 -
CMYK 0.90 0.58 0 0.15
HSL 218.57º 0.82% 0.47% -
HSV(B) 218.57º 0.9% 0.85% -
XYZ 16.81 12.89 67.93 -
YUV 85.43 202.81 82.75 -
System Red Green Blue C M Y K H S L
Decimal 22 92 218 0.90 0.58 0 0.15 218.57 0.82 0.47
Hex 16 5C DA 5A 3A 0 F DB 52 2F
Octal 26 134 332 132 72 0 17 333 122 57
Binary 10110 1011100 11011010 1011010 111010 0 1111 11011011 1010010 101111

Color Harmonies of #165CDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #165CDA

Black with #165CDA

Text Example


Text Example

White with #165CDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(22,92,218); }

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

background-color css

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

 a { background-color: rgb(22,92,218); }

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

border-color css

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

 span { border-color: rgb(22,92,218); }

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