Html Css Color HEX #165ABC Denim

📋 copy color: '#165ABC'

red 22 ◦ green 90 ◦ blue 188

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

Shades of Denim #165ABC

Tints of Denim #165ABC

RGB

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

 GREEN value IS 90 (35.55% from 255) = 30%

 BLUE value IS 188 (73.83% from 255) = 62.67%

R = 7.33%
G = 30%
B = 62.67%

CMYK

 C value IS 0.88

 M value IS 0.52

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#165ABC (or 0x165ABC) is known color: Denim. HEX triplet: 16, 5A and BC. RGB value is (22,90,188). Sum of RGB (Red+Green+Blue) = 22+90+188=300 (39% of max value = 765). Red value is 22 (8.98% from 255 or 7.33% from 300); Green value is 90 (35.55% from 255 or 30% from 300); Blue value is 188 (73.83% from 255 or 62.67% from 300); Max value from RGB is 188 - color contains mainly: blue. Hex color #165ABC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #165ABC is #E9A543. Grayscale: #505050. Windows color (decimal): -15312196 or 12343830. OLE color: 12343830.

HSL color Cylindrical-coordinate representation of color #165ABC: hue angle of 215.42º degrees, saturation: 0.79, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #165ABC is Cyan = 0.88, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 22 90 188 -
CMYK 0.88 0.52 0 0.26
HSL 215.42º 0.79% 0.41% -
HSV(B) 215.42º 0.88% 0.74% -
XYZ 13.06 11.11 49.03 -
YUV 80.84 188.47 86.03 -
System Red Green Blue C M Y K H S L
Decimal 22 90 188 0.88 0.52 0 0.26 215.42 0.79 0.41
Hex 16 5A BC 58 34 0 1A D7 4F 29
Octal 26 132 274 130 64 0 32 327 117 51
Binary 10110 1011010 10111100 1011000 110100 0 11010 11010111 1001111 101001

Color Harmonies of #165ABC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #165ABC

Black with #165ABC

Text Example


Text Example

White with #165ABC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(22,90,188); }

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

background-color css

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

 a { background-color: rgb(22,90,188); }

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

border-color css

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

 span { border-color: rgb(22,90,188); }

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