#164467

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

Shades of Regal Blue #164467

Tints of Regal Blue #164467

Color information

#164467 (or 0x164467) is unknown color: approx Regal Blue. HEX triplet: 16, 44 and 67. RGB value is (22,68,103). Sum of RGB (Red+Green+Blue) = 22+68+103=193 (25% of max value = 765). Red value is 22 (8.98% from 255 or 11.40% from 193); Green value is 68 (26.95% from 255 or 35.23% from 193); Blue value is 103 (40.62% from 255 or 53.37% from 193); Max value from RGB is 103 - color contains mainly: blue. Hex color #164467 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #164467 is #E9BB98. Grayscale: #3A3A3A. Windows color (decimal): -15317913 or 6767638. OLE color: 6767638.

HSL color Cylindrical-coordinate representation of color #164467: hue angle of 205.93º 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 #164467 is Cyan = 0.79, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB2268103-
CMYK0.790.3400.60
HSL205.93º64.8%24.51%-
HSV(B)205.93º78.64%40.39%-
XYZ4.855.2813.6-
YUV58.24153.26102.15-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 11.40%
GREEN value IS 68 (26.95% from 255) = 35.23%
BLUE value IS 103 (40.62% from 255) = 53.37%
R=11.40%
G=35.23%
B=53.37%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal22681030.790.3400.60205.9364.824.51
Hex1644674F2203Cce4119
Octal261041471174207431610131
Binary10110100010011001111001111100010011110011001110100000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #164467

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #164467; }

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

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

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

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

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

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

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

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