Html Css Color HEX #165FCC Denim

📋 copy color: '#165FCC'

red 22 ◦ green 95 ◦ blue 204

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

Shades of Denim #165FCC

Tints of Denim #165FCC

RGB

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

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

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

R = 6.85%
G = 29.6%
B = 63.55%

CMYK

 C value IS 0.89

 M value IS 0.53

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#165FCC (or 0x165FCC) is known color: Denim. HEX triplet: 16, 5F and CC. RGB value is (22,95,204). Sum of RGB (Red+Green+Blue) = 22+95+204=321 (42% of max value = 765). Red value is 22 (8.98% from 255 or 6.85% from 321); Green value is 95 (37.5% from 255 or 29.60% from 321); Blue value is 204 (80.08% from 255 or 63.55% from 321); Max value from RGB is 204 - color contains mainly: blue. Hex color #165FCC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #165FCC is #E9A033. Grayscale: #555555. Windows color (decimal): -15310900 or 13393686. OLE color: 13393686.

HSL color Cylindrical-coordinate representation of color #165FCC: hue angle of 215.93º 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 #165FCC is Cyan = 0.89, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 22 95 204 -
CMYK 0.89 0.53 0 0.2
HSL 215.93º 0.81% 0.44% -
HSV(B) 215.93º 0.89% 0.8% -
XYZ 15.32 12.71 58.77 -
YUV 85.6 194.82 82.64 -
System Red Green Blue C M Y K H S L
Decimal 22 95 204 0.89 0.53 0 0.2 215.93 0.81 0.44
Hex 16 5F CC 59 35 0 14 D8 51 2C
Octal 26 137 314 131 65 0 24 330 121 54
Binary 10110 1011111 11001100 1011001 110101 0 10100 11011000 1010001 101100

Color Harmonies of #165FCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #165FCC

Black with #165FCC

Text Example


Text Example

White with #165FCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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