#164161

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

Shades of Regal Blue #164161

Tints of Regal Blue #164161

Color information

#164161 (or 0x164161) is unknown color: approx Regal Blue. HEX triplet: 16, 41 and 61. RGB value is (22,65,97). Sum of RGB (Red+Green+Blue) = 22+65+97=184 (24% of max value = 765). Red value is 22 (8.98% from 255 or 11.96% from 184); Green value is 65 (25.78% from 255 or 35.33% from 184); Blue value is 97 (38.28% from 255 or 52.72% from 184); Max value from RGB is 97 - color contains mainly: blue. Hex color #164161 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #164161 is #E9BE9E. Grayscale: #373737. Windows color (decimal): -15318687 or 6373654. OLE color: 6373654.

HSL color Cylindrical-coordinate representation of color #164161: hue angle of 205.6º 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 #164161 is Cyan = 0.77, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB226597-
CMYK0.770.3300.62
HSL205.6º63.03%23.33%-
HSV(B)205.6º77.32%38.04%-
XYZ4.384.8112.01-
YUV55.79151.25103.9-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 11.96%
GREEN value IS 65 (25.78% from 255) = 35.33%
BLUE value IS 97 (38.28% from 255) = 52.72%
R=11.96%
G=35.33%
B=52.72%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2265970.770.3300.62205.663.0323.33
Hex1641614D2103Ece3f17
Octal26101141115410763167727
Binary1011010000011100001100110110000101111101100111011111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #164161

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #164161; }

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

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

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

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

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

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

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

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