#164061

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

Shades of Regal Blue #164061

Tints of Regal Blue #164061

Color information

#164061 (or 0x164061) is unknown color: approx Regal Blue. HEX triplet: 16, 40 and 61. RGB value is (22,64,97). Sum of RGB (Red+Green+Blue) = 22+64+97=183 (24% of max value = 765). Red value is 22 (8.98% from 255 or 12.02% from 183); Green value is 64 (25.39% from 255 or 34.97% from 183); Blue value is 97 (38.28% from 255 or 53.01% from 183); Max value from RGB is 97 - color contains mainly: blue. Hex color #164061 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #164061 is #E9BF9E. Grayscale: #373737. Windows color (decimal): -15318943 or 6373398. OLE color: 6373398.

HSL color Cylindrical-coordinate representation of color #164061: hue angle of 206.4º degrees, saturation: 0.63, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #164061 is Cyan = 0.77, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB226497-
CMYK0.770.3400.62
HSL206.4º63.03%23.33%-
HSV(B)206.4º77.32%38.04%-
XYZ4.324.711.99-
YUV55.2151.59104.32-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 12.02%
GREEN value IS 64 (25.39% from 255) = 34.97%
BLUE value IS 97 (38.28% from 255) = 53.01%
R=12.02%
G=34.97%
B=53.01%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2264970.770.3400.62206.463.0323.33
Hex1640614D2203Ece3f17
Octal26100141115420763167727
Binary1011010000001100001100110110001001111101100111011111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #164061

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #164061; }

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

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

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

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

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

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

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

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