#163357

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

Shades of Regal Blue #163357

Tints of Regal Blue #163357

Color information

#163357 (or 0x163357) is unknown color: approx Regal Blue. HEX triplet: 16, 33 and 57. RGB value is (22,51,87). Sum of RGB (Red+Green+Blue) = 22+51+87=160 (21% of max value = 765). Red value is 22 (8.98% from 255 or 13.75% from 160); Green value is 51 (20.31% from 255 or 31.88% from 160); Blue value is 87 (34.38% from 255 or 54.38% from 160); Max value from RGB is 87 - color contains mainly: blue. Hex color #163357 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #163357 is #E9CCA8. Grayscale: #2E2E2E. Windows color (decimal): -15322281 or 5714710. OLE color: 5714710.

HSL color Cylindrical-coordinate representation of color #163357: hue angle of 213.23º 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 #163357 is Cyan = 0.75, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB225187-
CMYK0.750.4100.66
HSL213.23º59.63%21.37%-
HSV(B)213.23º74.71%34.12%-
XYZ3.243.239.47-
YUV46.43150.89110.57-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 13.75%
GREEN value IS 51 (20.31% from 255) = 31.88%
BLUE value IS 87 (34.38% from 255) = 54.38%
R=13.75%
G=31.88%
B=54.38%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal2251870.750.4100.66213.2359.6321.37
Hex1633574B29042d53c15
Octal26631271135101023257425
Binary1011011001110101111001011101001010000101101010111110010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #163357

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #163357; }

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

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

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

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

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

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

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

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