#16395E

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

Shades of Regal Blue #16395E

Tints of Regal Blue #16395E

Color information

#16395E (or 0x16395E) is unknown color: approx Regal Blue. HEX triplet: 16, 39 and 5E. RGB value is (22,57,94). Sum of RGB (Red+Green+Blue) = 22+57+94=173 (22% of max value = 765). Red value is 22 (8.98% from 255 or 12.72% from 173); Green value is 57 (22.66% from 255 or 32.95% from 173); Blue value is 94 (37.11% from 255 or 54.34% from 173); Max value from RGB is 94 - color contains mainly: blue. Hex color #16395E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #16395E is #E9C6A1. Grayscale: #323232. Windows color (decimal): -15320738 or 6174998. OLE color: 6174998.

HSL color Cylindrical-coordinate representation of color #16395E: hue angle of 210.83º degrees, saturation: 0.62, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #16395E is Cyan = 0.77, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB225794-
CMYK0.770.3900.63
HSL210.83º62.07%22.75%-
HSV(B)210.83º76.6%36.86%-
XYZ3.813.911.14-
YUV50.75152.4107.49-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 12.72%
GREEN value IS 57 (22.66% from 255) = 32.95%
BLUE value IS 94 (37.11% from 255) = 54.34%
R=12.72%
G=32.95%
B=54.34%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal2257940.770.3900.63210.8362.0722.75
Hex16395E4D2703Fd33e17
Octal2671136115470773237627
Binary101101110011011110100110110011101111111101001111111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16395E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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