#16355B

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

Shades of Regal Blue #16355B

Tints of Regal Blue #16355B

Color information

#16355B (or 0x16355B) is unknown color: approx Regal Blue. HEX triplet: 16, 35 and 5B. RGB value is (22,53,91). Sum of RGB (Red+Green+Blue) = 22+53+91=166 (21% of max value = 765). Red value is 22 (8.98% from 255 or 13.25% from 166); Green value is 53 (21.09% from 255 or 31.93% from 166); Blue value is 91 (35.94% from 255 or 54.82% from 166); Max value from RGB is 91 - color contains mainly: blue. Hex color #16355B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #16355B is #E9CAA4. Grayscale: #2F2F2F. Windows color (decimal): -15321765 or 5977366. OLE color: 5977366.

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

Color convert

RGB225391-
CMYK0.760.4200.64
HSL213.04º61.06%22.16%-
HSV(B)213.04º75.82%35.69%-
XYZ3.493.4710.38-
YUV48.06152.23109.41-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 13.25%
GREEN value IS 53 (21.09% from 255) = 31.93%
BLUE value IS 91 (35.94% from 255) = 54.82%
R=13.25%
G=31.93%
B=54.82%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal2253910.760.4200.64213.0461.0622.16
Hex16355B4C2A040d53d16
Octal26651331145201003257526
Binary1011011010110110111001100101010010000001101010111110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16355B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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