#16345B

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

Shades of Regal Blue #16345B

Tints of Regal Blue #16345B

Color information

#16345B (or 0x16345B) is unknown color: approx Regal Blue. HEX triplet: 16, 34 and 5B. RGB value is (22,52,91). Sum of RGB (Red+Green+Blue) = 22+52+91=165 (21% of max value = 765). Red value is 22 (8.98% from 255 or 13.33% from 165); Green value is 52 (20.70% from 255 or 31.52% from 165); Blue value is 91 (35.94% from 255 or 55.15% from 165); Max value from RGB is 91 - color contains mainly: blue. Hex color #16345B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #16345B is #E9CBA4. Grayscale: #2F2F2F. Windows color (decimal): -15322021 or 5977110. OLE color: 5977110.

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

Color convert

RGB225291-
CMYK0.760.4300.64
HSL213.91º61.06%22.16%-
HSV(B)213.91º75.82%35.69%-
XYZ3.453.3810.37-
YUV47.48152.56109.83-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 13.33%
GREEN value IS 52 (20.70% from 255) = 31.52%
BLUE value IS 91 (35.94% from 255) = 55.15%
R=13.33%
G=31.52%
B=55.15%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal2252910.760.4300.64213.9161.0622.16
Hex16345B4C2B040d63d16
Octal26641331145301003267526
Binary1011011010010110111001100101011010000001101011011110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16345B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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