#16345A

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

Shades of Regal Blue #16345A

Tints of Regal Blue #16345A

Color information

#16345A (or 0x16345A) is unknown color: approx Regal Blue. HEX triplet: 16, 34 and 5A. RGB value is (22,52,90). Sum of RGB (Red+Green+Blue) = 22+52+90=164 (21% of max value = 765). Red value is 22 (8.98% from 255 or 13.41% from 164); Green value is 52 (20.70% from 255 or 31.71% from 164); Blue value is 90 (35.55% from 255 or 54.88% from 164); Max value from RGB is 90 - color contains mainly: blue. Hex color #16345A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #16345A is #E9CBA5. Grayscale: #2F2F2F. Windows color (decimal): -15322022 or 5911574. OLE color: 5911574.

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

Color convert

RGB225290-
CMYK0.760.4200.65
HSL213.53º60.71%21.96%-
HSV(B)213.53º75.56%35.29%-
XYZ3.43.3610.14-
YUV47.36152.06109.91-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 13.41%
GREEN value IS 52 (20.70% from 255) = 31.71%
BLUE value IS 90 (35.55% from 255) = 54.88%
R=13.41%
G=31.71%
B=54.88%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal2252900.760.4200.65213.5360.7121.96
Hex16345A4C2A041d63d16
Octal26641321145201013267526
Binary1011011010010110101001100101010010000011101011011110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16345A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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