Html Css Color HEX #164090 Smalt

📋 copy color: '#164090'

red 22 ◦ green 64 ◦ blue 144

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

Shades of Smalt #164090

Tints of Smalt #164090

RGB

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

 GREEN value IS 64 (25.39% from 255) = 27.83%

 BLUE value IS 144 (56.64% from 255) = 62.61%

R = 9.57%
G = 27.83%
B = 62.61%

CMYK

 C value IS 0.85

 M value IS 0.56

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#164090 (or 0x164090) is known color: Smalt. HEX triplet: 16, 40 and 90. RGB value is (22,64,144). Sum of RGB (Red+Green+Blue) = 22+64+144=230 (30% of max value = 765). Red value is 22 (8.98% from 255 or 9.57% from 230); Green value is 64 (25.39% from 255 or 27.83% from 230); Blue value is 144 (56.64% from 255 or 62.61% from 230); Max value from RGB is 144 - color contains mainly: blue. Hex color #164090 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #164090 is #E9BF6F. Grayscale: #3C3C3C. Windows color (decimal): -15318896 or 9453590. OLE color: 9453590.

HSL color Cylindrical-coordinate representation of color #164090: hue angle of 219.34º degrees, saturation: 0.73, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #164090 is Cyan = 0.85, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 22 64 144 -
CMYK 0.85 0.56 0 0.44
HSL 219.34º 0.73% 0.33% -
HSV(B) 219.34º 0.85% 0.56% -
XYZ 7.2 5.85 27.14 -
YUV 60.56 175.09 100.5 -
System Red Green Blue C M Y K H S L
Decimal 22 64 144 0.85 0.56 0 0.44 219.34 0.73 0.33
Hex 16 40 90 55 38 0 2C DB 49 21
Octal 26 100 220 125 70 0 54 333 111 41
Binary 10110 1000000 10010000 1010101 111000 0 101100 11011011 1001001 100001

Color Harmonies of #164090

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #164090

Black with #164090

Text Example


Text Example

White with #164090

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #164090; }

 p { color: rgb(22,64,144); }

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

background-color css

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

 a { background-color: rgb(22,64,144); }

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

border-color css

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

 span { border-color: rgb(22,64,144); }

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