#1A3A57

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

Shades of Regal Blue #1A3A57

Tints of Regal Blue #1A3A57

Color information

#1A3A57 (or 0x1A3A57) is unknown color: approx Regal Blue. HEX triplet: 1A, 3A and 57. RGB value is (26,58,87). Sum of RGB (Red+Green+Blue) = 26+58+87=171 (22% of max value = 765). Red value is 26 (10.55% from 255 or 15.20% from 171); Green value is 58 (23.05% from 255 or 33.92% from 171); Blue value is 87 (34.38% from 255 or 50.88% from 171); Max value from RGB is 87 - color contains mainly: blue. Hex color #1A3A57 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1A3A57 is #E5C5A8. Grayscale: #333333. Windows color (decimal): -15058345 or 5716506. OLE color: 5716506.

HSL color Cylindrical-coordinate representation of color #1A3A57: hue angle of 208.52º degrees, saturation: 0.54, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #1A3A57 is Cyan = 0.70, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB265887-
CMYK0.700.3300.66
HSL208.52º53.98%22.16%-
HSV(B)208.52º70.11%34.12%-
XYZ3.663.939.58-
YUV51.74147.9109.64-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 15.20%
GREEN value IS 58 (23.05% from 255) = 33.92%
BLUE value IS 87 (34.38% from 255) = 50.88%
R=15.20%
G=33.92%
B=50.88%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal2658870.700.3300.66208.5253.9822.16
Hex1A3A574621042d13616
Octal32721271064101023216626
Binary1101011101010101111000110100001010000101101000111011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A3A57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1A3A57; }

 p { color: rgb(26,58,87); }

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

<style>
 a { background-color: #1A3A57; }

 a { background-color: rgb(26,58,87); }

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

<style>
 span { border-color: #1A3A57; }

 span { border-color: rgb(26,58,87); }

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