#164261

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

Shades of Regal Blue #164261

Tints of Regal Blue #164261

Color information

#164261 (or 0x164261) is unknown color: approx Regal Blue. HEX triplet: 16, 42 and 61. RGB value is (22,66,97). Sum of RGB (Red+Green+Blue) = 22+66+97=185 (24% of max value = 765). Red value is 22 (8.98% from 255 or 11.89% from 185); Green value is 66 (26.17% from 255 or 35.68% from 185); Blue value is 97 (38.28% from 255 or 52.43% from 185); Max value from RGB is 97 - color contains mainly: blue. Hex color #164261 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #164261 is #E9BD9E. Grayscale: #383838. Windows color (decimal): -15318431 or 6373910. OLE color: 6373910.

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

Color convert

RGB226697-
CMYK0.770.3200.62
HSL204.8º63.03%23.33%-
HSV(B)204.8º77.32%38.04%-
XYZ4.444.9312.03-
YUV56.38150.92103.48-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 11.89%
GREEN value IS 66 (26.17% from 255) = 35.68%
BLUE value IS 97 (38.28% from 255) = 52.43%
R=11.89%
G=35.68%
B=52.43%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2266970.770.3200.62204.863.0323.33
Hex1642614D2003Ecd3f17
Octal26102141115400763157727
Binary1011010000101100001100110110000001111101100110111111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #164261

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #164261; }

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

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

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

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

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

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

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

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