Html Css Color HEX #165DCC Denim

📋 copy color: '#165DCC'

red 22 ◦ green 93 ◦ blue 204

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

Shades of Denim #165DCC

Tints of Denim #165DCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 63.95%

R = 6.9%
G = 29.15%
B = 63.95%

CMYK

 C value IS 0.89

 M value IS 0.54

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#165DCC (or 0x165DCC) is known color: Denim. HEX triplet: 16, 5D and CC. RGB value is (22,93,204). Sum of RGB (Red+Green+Blue) = 22+93+204=319 (42% of max value = 765). Red value is 22 (8.98% from 255 or 6.90% from 319); Green value is 93 (36.72% from 255 or 29.15% from 319); Blue value is 204 (80.08% from 255 or 63.95% from 319); Max value from RGB is 204 - color contains mainly: blue. Hex color #165DCC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #165DCC is #E9A233. Grayscale: #535353. Windows color (decimal): -15311412 or 13393174. OLE color: 13393174.

HSL color Cylindrical-coordinate representation of color #165DCC: hue angle of 216.59º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #165DCC is Cyan = 0.89, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 22 93 204 -
CMYK 0.89 0.54 0 0.2
HSL 216.59º 0.81% 0.44% -
HSV(B) 216.59º 0.89% 0.8% -
XYZ 15.14 12.36 58.71 -
YUV 84.43 195.48 83.47 -
System Red Green Blue C M Y K H S L
Decimal 22 93 204 0.89 0.54 0 0.2 216.59 0.81 0.44
Hex 16 5D CC 59 36 0 14 D9 51 2C
Octal 26 135 314 131 66 0 24 331 121 54
Binary 10110 1011101 11001100 1011001 110110 0 10100 11011001 1010001 101100

Color Harmonies of #165DCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #165DCC

Black with #165DCC

Text Example


Text Example

White with #165DCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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