#16365A

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

Shades of Regal Blue #16365A

Tints of Regal Blue #16365A

Color information

#16365A (or 0x16365A) is unknown color: approx Regal Blue. HEX triplet: 16, 36 and 5A. RGB value is (22,54,90). Sum of RGB (Red+Green+Blue) = 22+54+90=166 (21% of max value = 765). Red value is 22 (8.98% from 255 or 13.25% from 166); Green value is 54 (21.48% from 255 or 32.53% from 166); Blue value is 90 (35.55% from 255 or 54.22% from 166); Max value from RGB is 90 - color contains mainly: blue. Hex color #16365A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #16365A is #E9C9A5. Grayscale: #303030. Windows color (decimal): -15321510 or 5912086. OLE color: 5912086.

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

Color convert

RGB225490-
CMYK0.760.4000.65
HSL211.76º60.71%21.96%-
HSV(B)211.76º75.56%35.29%-
XYZ3.53.5510.17-
YUV48.54151.4109.07-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 13.25%
GREEN value IS 54 (21.48% from 255) = 32.53%
BLUE value IS 90 (35.55% from 255) = 54.22%
R=13.25%
G=32.53%
B=54.22%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal2254900.760.4000.65211.7660.7121.96
Hex16365A4C28041d43d16
Octal26661321145001013247526
Binary1011011011010110101001100101000010000011101010011110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16365A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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