#1A3455

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

Shades of Regal Blue #1A3455

Tints of Regal Blue #1A3455

Color information

#1A3455 (or 0x1A3455) is unknown color: approx Regal Blue. HEX triplet: 1A, 34 and 55. RGB value is (26,52,85). Sum of RGB (Red+Green+Blue) = 26+52+85=163 (21% of max value = 765). Red value is 26 (10.55% from 255 or 15.95% from 163); Green value is 52 (20.70% from 255 or 31.90% from 163); Blue value is 85 (33.59% from 255 or 52.15% from 163); Max value from RGB is 85 - color contains mainly: blue. Hex color #1A3455 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1A3455 is #E5CBAA. Grayscale: #2F2F2F. Windows color (decimal): -15059883 or 5583898. OLE color: 5583898.

HSL color Cylindrical-coordinate representation of color #1A3455: hue angle of 213.56º degrees, saturation: 0.53, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #1A3455 is Cyan = 0.69, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB265285-
CMYK0.690.3900.67
HSL213.56º53.15%21.76%-
HSV(B)213.56º69.41%33.33%-
XYZ3.293.339.06-
YUV47.99148.89112.32-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 15.95%
GREEN value IS 52 (20.70% from 255) = 31.90%
BLUE value IS 85 (33.59% from 255) = 52.15%
R=15.95%
G=31.90%
B=52.15%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal2652850.690.3900.67213.5653.1521.76
Hex1A34554527043d63516
Octal32641251054701033266526
Binary1101011010010101011000101100111010000111101011011010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A3455

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,52,85); }

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

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

 a { background-color: rgb(26,52,85); }

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

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

 span { border-color: rgb(26,52,85); }

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