#1A3A58

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

Shades of Regal Blue #1A3A58

Tints of Regal Blue #1A3A58

Color information

#1A3A58 (or 0x1A3A58) is unknown color: approx Regal Blue. HEX triplet: 1A, 3A and 58. RGB value is (26,58,88). Sum of RGB (Red+Green+Blue) = 26+58+88=172 (22% of max value = 765). Red value is 26 (10.55% from 255 or 15.12% from 172); Green value is 58 (23.05% from 255 or 33.72% from 172); Blue value is 88 (34.77% from 255 or 51.16% from 172); Max value from RGB is 88 - color contains mainly: blue. Hex color #1A3A58 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1A3A58 is #E5C5A7. Grayscale: #333333. Windows color (decimal): -15058344 or 5782042. OLE color: 5782042.

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

Color convert

RGB265888-
CMYK0.700.3400.65
HSL209.03º54.39%22.35%-
HSV(B)209.03º70.45%34.51%-
XYZ3.73.959.8-
YUV51.85148.4109.56-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 15.12%
GREEN value IS 58 (23.05% from 255) = 33.72%
BLUE value IS 88 (34.77% from 255) = 51.16%
R=15.12%
G=33.72%
B=51.16%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal2658880.700.3400.65209.0354.3922.35
Hex1A3A584622041d13616
Octal32721301064201013216626
Binary1101011101010110001000110100010010000011101000111011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A3A58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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