#1A3557

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

Shades of Regal Blue #1A3557

Tints of Regal Blue #1A3557

Color information

#1A3557 (or 0x1A3557) is unknown color: approx Regal Blue. HEX triplet: 1A, 35 and 57. RGB value is (26,53,87). Sum of RGB (Red+Green+Blue) = 26+53+87=166 (21% of max value = 765). Red value is 26 (10.55% from 255 or 15.66% from 166); Green value is 53 (21.09% from 255 or 31.93% from 166); Blue value is 87 (34.38% from 255 or 52.41% from 166); Max value from RGB is 87 - color contains mainly: blue. Hex color #1A3557 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1A3557 is #E5CAA8. Grayscale: #303030. Windows color (decimal): -15059625 or 5715226. OLE color: 5715226.

HSL color Cylindrical-coordinate representation of color #1A3557: hue angle of 213.44º 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 #1A3557 is Cyan = 0.70, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB265387-
CMYK0.700.3900.66
HSL213.44º53.98%22.16%-
HSV(B)213.44º70.11%34.12%-
XYZ3.423.459.5-
YUV48.8149.55111.74-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 15.66%
GREEN value IS 53 (21.09% from 255) = 31.93%
BLUE value IS 87 (34.38% from 255) = 52.41%
R=15.66%
G=31.93%
B=52.41%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal2653870.700.3900.66213.4453.9822.16
Hex1A35574627042d53616
Octal32651271064701023256626
Binary1101011010110101111000110100111010000101101010111011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A3557

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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