#1D4657

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

Shades of Astronaut Blue #1D4657

Tints of Astronaut Blue #1D4657

Color information

#1D4657 (or 0x1D4657) is unknown color: approx Astronaut Blue. HEX triplet: 1D, 46 and 57. RGB value is (29,70,87). Sum of RGB (Red+Green+Blue) = 29+70+87=186 (24% of max value = 765). Red value is 29 (11.72% from 255 or 15.59% from 186); Green value is 70 (27.73% from 255 or 37.63% from 186); Blue value is 87 (34.38% from 255 or 46.77% from 186); Max value from RGB is 87 - color contains mainly: blue. Hex color #1D4657 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1D4657 is #E2B9A8. Grayscale: #3B3B3B. Windows color (decimal): -14858665 or 5719581. OLE color: 5719581.

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

Color convert

RGB297087-
CMYK0.670.2000.66
HSL197.59º50%22.75%-
HSV(B)197.59º66.67%34.12%-
XYZ4.425.339.81-
YUV59.68143.42106.12-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 15.59%
GREEN value IS 70 (27.73% from 255) = 37.63%
BLUE value IS 87 (34.38% from 255) = 46.77%
R=15.59%
G=37.63%
B=46.77%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal2970870.670.2000.66197.595022.75
Hex1D46574314042c63217
Octal351061271032401023066227
Binary1110110001101010111100001110100010000101100011011001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D4657

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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