Html Css Color HEX #165FCE Denim

📋 copy color: '#165FCE'

red 22 ◦ green 95 ◦ blue 206

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

Shades of Denim #165FCE

Tints of Denim #165FCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 63.78%

R = 6.81%
G = 29.41%
B = 63.78%

CMYK

 C value IS 0.89

 M value IS 0.54

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#165FCE (or 0x165FCE) is known color: Denim. HEX triplet: 16, 5F and CE. RGB value is (22,95,206). Sum of RGB (Red+Green+Blue) = 22+95+206=323 (42% of max value = 765). Red value is 22 (8.98% from 255 or 6.81% from 323); Green value is 95 (37.5% from 255 or 29.41% from 323); Blue value is 206 (80.86% from 255 or 63.78% from 323); Max value from RGB is 206 - color contains mainly: blue. Hex color #165FCE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #165FCE is #E9A031. Grayscale: #555555. Windows color (decimal): -15310898 or 13524758. OLE color: 13524758.

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

Color convert

RGB 22 95 206 -
CMYK 0.89 0.54 0 0.19
HSL 216.2º 0.81% 0.45% -
HSV(B) 216.2º 0.89% 0.81% -
XYZ 15.56 12.81 60.05 -
YUV 85.83 195.82 82.47 -
System Red Green Blue C M Y K H S L
Decimal 22 95 206 0.89 0.54 0 0.19 216.2 0.81 0.45
Hex 16 5F CE 59 36 0 13 D8 51 2D
Octal 26 137 316 131 66 0 23 330 121 55
Binary 10110 1011111 11001110 1011001 110110 0 10011 11011000 1010001 101101

Color Harmonies of #165FCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #165FCE

Black with #165FCE

Text Example


Text Example

White with #165FCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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