#1A3550

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

Shades of Regal Blue #1A3550

Tints of Regal Blue #1A3550

Color information

#1A3550 (or 0x1A3550) is unknown color: approx Regal Blue. HEX triplet: 1A, 35 and 50. RGB value is (26,53,80). Sum of RGB (Red+Green+Blue) = 26+53+80=159 (21% of max value = 765). Red value is 26 (10.55% from 255 or 16.35% from 159); Green value is 53 (21.09% from 255 or 33.33% from 159); Blue value is 80 (31.64% from 255 or 50.31% from 159); Max value from RGB is 80 - color contains mainly: blue. Hex color #1A3550 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1A3550 is #E5CAAF. Grayscale: #2F2F2F. Windows color (decimal): -15059632 or 5256474. OLE color: 5256474.

HSL color Cylindrical-coordinate representation of color #1A3550: hue angle of 210º degrees, saturation: 0.51, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #1A3550 is Cyan = 0.67, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB265380-
CMYK0.670.3400.69
HSL210º50.94%20.78%-
HSV(B)210º67.5%31.37%-
XYZ3.153.358.07-
YUV48146.05112.3-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 16.35%
GREEN value IS 53 (21.09% from 255) = 33.33%
BLUE value IS 80 (31.64% from 255) = 50.31%
R=16.35%
G=33.33%
B=50.31%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal2653800.670.3400.6921050.9420.78
Hex1A35504322045d23315
Octal32651201034201053226325
Binary1101011010110100001000011100010010001011101001011001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A3550

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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