#1A4558

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

Shades of Astronaut Blue #1A4558

Tints of Astronaut Blue #1A4558

Color information

#1A4558 (or 0x1A4558) is unknown color: approx Astronaut Blue. HEX triplet: 1A, 45 and 58. RGB value is (26,69,88). Sum of RGB (Red+Green+Blue) = 26+69+88=183 (24% of max value = 765). Red value is 26 (10.55% from 255 or 14.21% from 183); Green value is 69 (27.34% from 255 or 37.70% from 183); Blue value is 88 (34.77% from 255 or 48.09% from 183); Max value from RGB is 88 - color contains mainly: blue. Hex color #1A4558 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1A4558 is #E5BAA7. Grayscale: #3A3A3A. Windows color (decimal): -15055528 or 5784858. OLE color: 5784858.

HSL color Cylindrical-coordinate representation of color #1A4558: hue angle of 198.39º 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 #1A4558 is Cyan = 0.70, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB266988-
CMYK0.700.2200.65
HSL198.39º54.39%22.35%-
HSV(B)198.39º70.45%34.51%-
XYZ4.325.1810-
YUV58.31144.75104.96-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 14.21%
GREEN value IS 69 (27.34% from 255) = 37.70%
BLUE value IS 88 (34.77% from 255) = 48.09%
R=14.21%
G=37.70%
B=48.09%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal2669880.700.2200.65198.3954.3922.35
Hex1A45584616041c63616
Octal321051301062601013066626
Binary1101010001011011000100011010110010000011100011011011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A4558

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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