#163457

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

Shades of Regal Blue #163457

Tints of Regal Blue #163457

Color information

#163457 (or 0x163457) is unknown color: approx Regal Blue. HEX triplet: 16, 34 and 57. RGB value is (22,52,87). Sum of RGB (Red+Green+Blue) = 22+52+87=161 (21% of max value = 765). Red value is 22 (8.98% from 255 or 13.66% from 161); Green value is 52 (20.70% from 255 or 32.30% from 161); Blue value is 87 (34.38% from 255 or 54.04% from 161); Max value from RGB is 87 - color contains mainly: blue. Hex color #163457 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #163457 is #E9CBA8. Grayscale: #2E2E2E. Windows color (decimal): -15322025 or 5714966. OLE color: 5714966.

HSL color Cylindrical-coordinate representation of color #163457: hue angle of 212.31º degrees, saturation: 0.6, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #163457 is Cyan = 0.75, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB225287-
CMYK0.750.4000.66
HSL212.31º59.63%21.37%-
HSV(B)212.31º74.71%34.12%-
XYZ3.283.319.48-
YUV47.02150.56110.15-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 13.66%
GREEN value IS 52 (20.70% from 255) = 32.30%
BLUE value IS 87 (34.38% from 255) = 54.04%
R=13.66%
G=32.30%
B=54.04%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal2252870.750.4000.66212.3159.6321.37
Hex1634574B28042d43c15
Octal26641271135001023247425
Binary1011011010010101111001011101000010000101101010011110010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #163457

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #163457; }

 p { color: rgb(22,52,87); }

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

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

 a { background-color: rgb(22,52,87); }

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

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

 span { border-color: rgb(22,52,87); }

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