#164059

Color #164059 Regal Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Regal Blue #164059

Tints of Regal Blue #164059

Color information

#164059 (or 0x164059) is unknown color: approx Regal Blue. HEX triplet: 16, 40 and 59. RGB value is (22,64,89). Sum of RGB (Red+Green+Blue) = 22+64+89=175 (23% of max value = 765). Red value is 22 (8.98% from 255 or 12.57% from 175); Green value is 64 (25.39% from 255 or 36.57% from 175); Blue value is 89 (35.16% from 255 or 50.86% from 175); Max value from RGB is 89 - color contains mainly: blue. Hex color #164059 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #164059 is #E9BFA6. Grayscale: #363636. Windows color (decimal): -15318951 or 5849110. OLE color: 5849110.

HSL color Cylindrical-coordinate representation of color #164059: hue angle of 202.39º degrees, saturation: 0.6, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #164059 is Cyan = 0.75, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB226489-
CMYK0.750.2800.65
HSL202.39º60.36%21.76%-
HSV(B)202.39º75.28%34.9%-
XYZ3.974.5610.12-
YUV54.29147.59104.97-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 12.57%
GREEN value IS 64 (25.39% from 255) = 36.57%
BLUE value IS 89 (35.16% from 255) = 50.86%
R=12.57%
G=36.57%
B=50.86%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal2264890.750.2800.65202.3960.3621.76
Hex1640594B1C041ca3c16
Octal261001311133401013127426
Binary1011010000001011001100101111100010000011100101011110010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #164059

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #164059; }

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

 H1.HeaderClassName
 {
   color: #164059;
 }
 .AnyTagClassName
 {
   color: #164059;
 }
</style>
background-color css

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

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

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

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

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

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