#164162

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

Shades of Regal Blue #164162

Tints of Regal Blue #164162

Color information

#164162 (or 0x164162) is unknown color: approx Regal Blue. HEX triplet: 16, 41 and 62. RGB value is (22,65,98). Sum of RGB (Red+Green+Blue) = 22+65+98=185 (24% of max value = 765). Red value is 22 (8.98% from 255 or 11.89% from 185); Green value is 65 (25.78% from 255 or 35.14% from 185); Blue value is 98 (38.67% from 255 or 52.97% from 185); Max value from RGB is 98 - color contains mainly: blue. Hex color #164162 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #164162 is #E9BE9D. Grayscale: #373737. Windows color (decimal): -15318686 or 6439190. OLE color: 6439190.

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

Color convert

RGB226598-
CMYK0.780.3400.62
HSL206.05º63.33%23.53%-
HSV(B)206.05º77.55%38.43%-
XYZ4.434.8312.25-
YUV55.9151.75103.82-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 11.89%
GREEN value IS 65 (25.78% from 255) = 35.14%
BLUE value IS 98 (38.67% from 255) = 52.97%
R=11.89%
G=35.14%
B=52.97%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2265980.780.3400.62206.0563.3323.53
Hex1641624E2203Ece3f18
Octal26101142116420763167730
Binary1011010000011100010100111010001001111101100111011111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #164162

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #164162; }

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

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

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

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

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

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

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

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