#1A455E

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

Shades of Astronaut Blue #1A455E

Tints of Astronaut Blue #1A455E

Color information

#1A455E (or 0x1A455E) is unknown color: approx Astronaut Blue. HEX triplet: 1A, 45 and 5E. RGB value is (26,69,94). Sum of RGB (Red+Green+Blue) = 26+69+94=189 (25% of max value = 765). Red value is 26 (10.55% from 255 or 13.76% from 189); Green value is 69 (27.34% from 255 or 36.51% from 189); Blue value is 94 (37.11% from 255 or 49.74% from 189); Max value from RGB is 94 - color contains mainly: blue. Hex color #1A455E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1A455E is #E5BAA1. Grayscale: #3A3A3A. Windows color (decimal): -15055522 or 6178074. OLE color: 6178074.

HSL color Cylindrical-coordinate representation of color #1A455E: hue angle of 202.06º degrees, saturation: 0.57, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #1A455E is Cyan = 0.72, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB266994-
CMYK0.720.2700.63
HSL202.06º56.67%23.53%-
HSV(B)202.06º72.34%36.86%-
XYZ4.575.2811.37-
YUV58.99147.75104.47-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 13.76%
GREEN value IS 69 (27.34% from 255) = 36.51%
BLUE value IS 94 (37.11% from 255) = 49.74%
R=13.76%
G=36.51%
B=49.74%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal2669940.720.2700.63202.0656.6723.53
Hex1A455E481B03Fca3918
Octal32105136110330773127130
Binary110101000101101111010010001101101111111100101011100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A455E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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