#16395B

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

Shades of Regal Blue #16395B

Tints of Regal Blue #16395B

Color information

#16395B (or 0x16395B) is unknown color: approx Regal Blue. HEX triplet: 16, 39 and 5B. RGB value is (22,57,91). Sum of RGB (Red+Green+Blue) = 22+57+91=170 (22% of max value = 765). Red value is 22 (8.98% from 255 or 12.94% from 170); Green value is 57 (22.66% from 255 or 33.53% from 170); Blue value is 91 (35.94% from 255 or 53.53% from 170); Max value from RGB is 91 - color contains mainly: blue. Hex color #16395B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #16395B is #E9C6A4. Grayscale: #323232. Windows color (decimal): -15320741 or 5978390. OLE color: 5978390.

HSL color Cylindrical-coordinate representation of color #16395B: hue angle of 209.57º 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 #16395B is Cyan = 0.76, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB225791-
CMYK0.760.3700.64
HSL209.57º61.06%22.16%-
HSV(B)209.57º75.82%35.69%-
XYZ3.683.8510.45-
YUV50.41150.9107.74-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 12.94%
GREEN value IS 57 (22.66% from 255) = 33.53%
BLUE value IS 91 (35.94% from 255) = 53.53%
R=12.94%
G=33.53%
B=53.53%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal2257910.760.3700.64209.5761.0622.16
Hex16395B4C25040d23d16
Octal26711331144501003227526
Binary1011011100110110111001100100101010000001101001011110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16395B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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