#16395A

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

Shades of Regal Blue #16395A

Tints of Regal Blue #16395A

Color information

#16395A (or 0x16395A) is unknown color: approx Regal Blue. HEX triplet: 16, 39 and 5A. RGB value is (22,57,90). Sum of RGB (Red+Green+Blue) = 22+57+90=169 (22% of max value = 765). Red value is 22 (8.98% from 255 or 13.02% from 169); Green value is 57 (22.66% from 255 or 33.73% from 169); Blue value is 90 (35.55% from 255 or 53.25% from 169); Max value from RGB is 90 - color contains mainly: blue. Hex color #16395A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #16395A is #E9C6A5. Grayscale: #323232. Windows color (decimal): -15320742 or 5912854. OLE color: 5912854.

HSL color Cylindrical-coordinate representation of color #16395A: hue angle of 209.12º degrees, saturation: 0.61, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #16395A is Cyan = 0.76, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB225790-
CMYK0.760.3700.65
HSL209.12º60.71%21.96%-
HSV(B)209.12º75.56%35.29%-
XYZ3.643.8410.22-
YUV50.3150.4107.82-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 13.02%
GREEN value IS 57 (22.66% from 255) = 33.73%
BLUE value IS 90 (35.55% from 255) = 53.25%
R=13.02%
G=33.73%
B=53.25%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal2257900.760.3700.65209.1260.7121.96
Hex16395A4C25041d13d16
Octal26711321144501013217526
Binary1011011100110110101001100100101010000011101000111110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16395A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #16395A; }

 p { color: rgb(22,57,90); }

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

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

 a { background-color: rgb(22,57,90); }

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

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

 span { border-color: rgb(22,57,90); }

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