#16355D

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

Shades of Regal Blue #16355D

Tints of Regal Blue #16355D

Color information

#16355D (or 0x16355D) is unknown color: approx Regal Blue. HEX triplet: 16, 35 and 5D. RGB value is (22,53,93). Sum of RGB (Red+Green+Blue) = 22+53+93=168 (22% of max value = 765). Red value is 22 (8.98% from 255 or 13.10% from 168); Green value is 53 (21.09% from 255 or 31.55% from 168); Blue value is 93 (36.72% from 255 or 55.36% from 168); Max value from RGB is 93 - color contains mainly: blue. Hex color #16355D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #16355D is #E9CAA2. Grayscale: #303030. Windows color (decimal): -15321763 or 6108438. OLE color: 6108438.

HSL color Cylindrical-coordinate representation of color #16355D: hue angle of 213.8º degrees, saturation: 0.62, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #16355D is Cyan = 0.76, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB225393-
CMYK0.760.4300.64
HSL213.8º61.74%22.55%-
HSV(B)213.8º76.34%36.47%-
XYZ3.583.5110.84-
YUV48.29153.23109.25-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 13.10%
GREEN value IS 53 (21.09% from 255) = 31.55%
BLUE value IS 93 (36.72% from 255) = 55.36%
R=13.10%
G=31.55%
B=55.36%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal2253930.760.4300.64213.861.7422.55
Hex16355D4C2B040d63e17
Octal26651351145301003267627
Binary1011011010110111011001100101011010000001101011011111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16355D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #16355D; }

 p { color: rgb(22,53,93); }

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

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

 a { background-color: rgb(22,53,93); }

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

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

 span { border-color: rgb(22,53,93); }

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