#164067

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

Shades of Regal Blue #164067

Tints of Regal Blue #164067

Color information

#164067 (or 0x164067) is unknown color: approx Regal Blue. HEX triplet: 16, 40 and 67. RGB value is (22,64,103). Sum of RGB (Red+Green+Blue) = 22+64+103=189 (25% of max value = 765). Red value is 22 (8.98% from 255 or 11.64% from 189); Green value is 64 (25.39% from 255 or 33.86% from 189); Blue value is 103 (40.62% from 255 or 54.50% from 189); Max value from RGB is 103 - color contains mainly: blue. Hex color #164067 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #164067 is #E9BF98. Grayscale: #373737. Windows color (decimal): -15318937 or 6766614. OLE color: 6766614.

HSL color Cylindrical-coordinate representation of color #164067: hue angle of 208.89º degrees, saturation: 0.65, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #164067 is Cyan = 0.79, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB2264103-
CMYK0.790.3800.60
HSL208.89º64.8%24.51%-
HSV(B)208.89º78.64%40.39%-
XYZ4.614.8213.52-
YUV55.89154.59103.83-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 11.64%
GREEN value IS 64 (25.39% from 255) = 33.86%
BLUE value IS 103 (40.62% from 255) = 54.50%
R=11.64%
G=33.86%
B=54.50%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal22641030.790.3800.60208.8964.824.51
Hex1640674F2603Cd14119
Octal261001471174607432110131
Binary10110100000011001111001111100110011110011010001100000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #164067

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #164067; }

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

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

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

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

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

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

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

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