#1D4559

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

Shades of Astronaut Blue #1D4559

Tints of Astronaut Blue #1D4559

Color information

#1D4559 (or 0x1D4559) is unknown color: approx Astronaut Blue. HEX triplet: 1D, 45 and 59. RGB value is (29,69,89). Sum of RGB (Red+Green+Blue) = 29+69+89=187 (24% of max value = 765). Red value is 29 (11.72% from 255 or 15.51% from 187); Green value is 69 (27.34% from 255 or 36.90% from 187); Blue value is 89 (35.16% from 255 or 47.59% from 187); Max value from RGB is 89 - color contains mainly: blue. Hex color #1D4559 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1D4559 is #E2BAA6. Grayscale: #3B3B3B. Windows color (decimal): -14858919 or 5850397. OLE color: 5850397.

HSL color Cylindrical-coordinate representation of color #1D4559: hue angle of 200º degrees, saturation: 0.51, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #1D4559 is Cyan = 0.67, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB296989-
CMYK0.670.2200.65
HSL200º50.85%23.14%-
HSV(B)200º67.42%34.9%-
XYZ4.445.2410.23-
YUV59.32144.75106.37-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 15.51%
GREEN value IS 69 (27.34% from 255) = 36.90%
BLUE value IS 89 (35.16% from 255) = 47.59%
R=15.51%
G=36.90%
B=47.59%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal2969890.670.2200.6520050.8523.14
Hex1D45594316041c83317
Octal351051311032601013106327
Binary1110110001011011001100001110110010000011100100011001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D4559

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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