#1D4557

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

Shades of Astronaut Blue #1D4557

Tints of Astronaut Blue #1D4557

Color information

#1D4557 (or 0x1D4557) is unknown color: approx Astronaut Blue. HEX triplet: 1D, 45 and 57. RGB value is (29,69,87). Sum of RGB (Red+Green+Blue) = 29+69+87=185 (24% of max value = 765). Red value is 29 (11.72% from 255 or 15.68% from 185); Green value is 69 (27.34% from 255 or 37.30% from 185); Blue value is 87 (34.38% from 255 or 47.03% from 185); Max value from RGB is 87 - color contains mainly: blue. Hex color #1D4557 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1D4557 is #E2BAA8. Grayscale: #3A3A3A. Windows color (decimal): -14858921 or 5719325. OLE color: 5719325.

HSL color Cylindrical-coordinate representation of color #1D4557: hue angle of 198.62º degrees, saturation: 0.5, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #1D4557 is Cyan = 0.67, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB296987-
CMYK0.670.2100.66
HSL198.62º50%22.75%-
HSV(B)198.62º66.67%34.12%-
XYZ4.365.219.79-
YUV59.09143.75106.54-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 15.68%
GREEN value IS 69 (27.34% from 255) = 37.30%
BLUE value IS 87 (34.38% from 255) = 47.03%
R=15.68%
G=37.30%
B=47.03%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal2969870.670.2100.66198.625022.75
Hex1D45574315042c73217
Octal351051271032501023076227
Binary1110110001011010111100001110101010000101100011111001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D4557

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,69,87); }

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

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

 a { background-color: rgb(29,69,87); }

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

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

 span { border-color: rgb(29,69,87); }

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