Html Css Color HEX #165BCB Denim

📋 copy color: '#165BCB'

red 22 ◦ green 91 ◦ blue 203

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

Shades of Denim #165BCB

Tints of Denim #165BCB

RGB

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

 GREEN value IS 91 (35.94% from 255) = 28.8%

 BLUE value IS 203 (79.69% from 255) = 64.24%

R = 6.96%
G = 28.8%
B = 64.24%

CMYK

 C value IS 0.89

 M value IS 0.55

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#165BCB (or 0x165BCB) is known color: Denim. HEX triplet: 16, 5B and CB. RGB value is (22,91,203). Sum of RGB (Red+Green+Blue) = 22+91+203=316 (41% of max value = 765). Red value is 22 (8.98% from 255 or 6.96% from 316); Green value is 91 (35.94% from 255 or 28.80% from 316); Blue value is 203 (79.69% from 255 or 64.24% from 316); Max value from RGB is 203 - color contains mainly: blue. Hex color #165BCB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #165BCB is #E9A434. Grayscale: #525252. Windows color (decimal): -15311925 or 13327126. OLE color: 13327126.

HSL color Cylindrical-coordinate representation of color #165BCB: hue angle of 217.13º degrees, saturation: 0.8, 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 #165BCB is Cyan = 0.89, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 22 91 203 -
CMYK 0.89 0.55 0 0.20
HSL 217.13º 0.8% 0.44% -
HSV(B) 217.13º 0.89% 0.8% -
XYZ 14.85 11.96 58.03 -
YUV 83.14 195.64 84.39 -
System Red Green Blue C M Y K H S L
Decimal 22 91 203 0.89 0.55 0 0.20 217.13 0.8 0.44
Hex 16 5B CB 59 37 0 14 D9 50 2C
Octal 26 133 313 131 67 0 24 331 120 54
Binary 10110 1011011 11001011 1011001 110111 0 10100 11011001 1010000 101100

Color Harmonies of #165BCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #165BCB

Black with #165BCB

Text Example


Text Example

White with #165BCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(22,91,203); }

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

background-color css

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

 a { background-color: rgb(22,91,203); }

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

border-color css

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

 span { border-color: rgb(22,91,203); }

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