#16375A

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

Shades of Regal Blue #16375A

Tints of Regal Blue #16375A

Color information

#16375A (or 0x16375A) is unknown color: approx Regal Blue. HEX triplet: 16, 37 and 5A. RGB value is (22,55,90). Sum of RGB (Red+Green+Blue) = 22+55+90=167 (22% of max value = 765). Red value is 22 (8.98% from 255 or 13.17% from 167); Green value is 55 (21.88% from 255 or 32.93% from 167); Blue value is 90 (35.55% from 255 or 53.89% from 167); Max value from RGB is 90 - color contains mainly: blue. Hex color #16375A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #16375A is #E9C8A5. Grayscale: #303030. Windows color (decimal): -15321254 or 5912342. OLE color: 5912342.

HSL color Cylindrical-coordinate representation of color #16375A: hue angle of 210.88º 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 #16375A is Cyan = 0.76, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB225590-
CMYK0.760.3900.65
HSL210.88º60.71%21.96%-
HSV(B)210.88º75.56%35.29%-
XYZ3.543.6410.19-
YUV49.12151.07108.65-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 13.17%
GREEN value IS 55 (21.88% from 255) = 32.93%
BLUE value IS 90 (35.55% from 255) = 53.89%
R=13.17%
G=32.93%
B=53.89%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal2255900.760.3900.65210.8860.7121.96
Hex16375A4C27041d33d16
Octal26671321144701013237526
Binary1011011011110110101001100100111010000011101001111110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16375A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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