Html Css Color HEX #165CC2 Denim

📋 copy color: '#165CC2'

red 22 ◦ green 92 ◦ blue 194

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

Shades of Denim #165CC2

Tints of Denim #165CC2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 62.99%

R = 7.14%
G = 29.87%
B = 62.99%

CMYK

 C value IS 0.89

 M value IS 0.53

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#165CC2 (or 0x165CC2) is known color: Denim. HEX triplet: 16, 5C and C2. RGB value is (22,92,194). Sum of RGB (Red+Green+Blue) = 22+92+194=308 (40% of max value = 765). Red value is 22 (8.98% from 255 or 7.14% from 308); Green value is 92 (36.33% from 255 or 29.87% from 308); Blue value is 194 (76.17% from 255 or 62.99% from 308); Max value from RGB is 194 - color contains mainly: blue. Hex color #165CC2 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #165CC2 is #E9A33D. Grayscale: #525252. Windows color (decimal): -15311678 or 12737558. OLE color: 12737558.

HSL color Cylindrical-coordinate representation of color #165CC2: hue angle of 215.58º degrees, saturation: 0.8, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #165CC2 is Cyan = 0.89, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 22 92 194 -
CMYK 0.89 0.53 0 0.24
HSL 215.58º 0.8% 0.42% -
HSV(B) 215.58º 0.89% 0.76% -
XYZ 13.9 11.72 52.57 -
YUV 82.7 190.81 84.71 -
System Red Green Blue C M Y K H S L
Decimal 22 92 194 0.89 0.53 0 0.24 215.58 0.8 0.42
Hex 16 5C C2 59 35 0 18 D8 50 2A
Octal 26 134 302 131 65 0 30 330 120 52
Binary 10110 1011100 11000010 1011001 110101 0 11000 11011000 1010000 101010

Color Harmonies of #165CC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #165CC2

Black with #165CC2

Text Example


Text Example

White with #165CC2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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