#1D4457

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

Shades of Astronaut Blue #1D4457

Tints of Astronaut Blue #1D4457

Color information

#1D4457 (or 0x1D4457) is unknown color: approx Astronaut Blue. HEX triplet: 1D, 44 and 57. RGB value is (29,68,87). Sum of RGB (Red+Green+Blue) = 29+68+87=184 (24% of max value = 765). Red value is 29 (11.72% from 255 or 15.76% from 184); Green value is 68 (26.95% from 255 or 36.96% from 184); Blue value is 87 (34.38% from 255 or 47.28% from 184); Max value from RGB is 87 - color contains mainly: blue. Hex color #1D4457 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1D4457 is #E2BBA8. Grayscale: #3A3A3A. Windows color (decimal): -14859177 or 5719069. OLE color: 5719069.

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

Color convert

RGB296887-
CMYK0.670.2200.66
HSL199.66º50%22.75%-
HSV(B)199.66º66.67%34.12%-
XYZ4.295.089.77-
YUV58.5144.08106.96-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 15.76%
GREEN value IS 68 (26.95% from 255) = 36.96%
BLUE value IS 87 (34.38% from 255) = 47.28%
R=15.76%
G=36.96%
B=47.28%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal2968870.670.2200.66199.665022.75
Hex1D44574316042c83217
Octal351041271032601023106227
Binary1110110001001010111100001110110010000101100100011001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D4457

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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