#1A455D

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

Shades of Astronaut Blue #1A455D

Tints of Astronaut Blue #1A455D

Color information

#1A455D (or 0x1A455D) is unknown color: approx Astronaut Blue. HEX triplet: 1A, 45 and 5D. RGB value is (26,69,93). Sum of RGB (Red+Green+Blue) = 26+69+93=188 (24% of max value = 765). Red value is 26 (10.55% from 255 or 13.83% from 188); Green value is 69 (27.34% from 255 or 36.70% from 188); Blue value is 93 (36.72% from 255 or 49.47% from 188); Max value from RGB is 93 - color contains mainly: blue. Hex color #1A455D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1A455D is #E5BAA2. Grayscale: #3A3A3A. Windows color (decimal): -15055523 or 6112538. OLE color: 6112538.

HSL color Cylindrical-coordinate representation of color #1A455D: hue angle of 201.49º degrees, saturation: 0.56, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #1A455D is Cyan = 0.72, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB266993-
CMYK0.720.2600.64
HSL201.49º56.3%23.33%-
HSV(B)201.49º72.04%36.47%-
XYZ4.535.2711.13-
YUV58.88147.25104.55-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 13.83%
GREEN value IS 69 (27.34% from 255) = 36.70%
BLUE value IS 93 (36.72% from 255) = 49.47%
R=13.83%
G=36.70%
B=49.47%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal2669930.720.2600.64201.4956.323.33
Hex1A455D481A040c93817
Octal321051351103201003117027
Binary1101010001011011101100100011010010000001100100111100010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A455D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,69,93); }

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

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

 a { background-color: rgb(26,69,93); }

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

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

 span { border-color: rgb(26,69,93); }

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