#1D4859

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

Shades of Astronaut Blue #1D4859

Tints of Astronaut Blue #1D4859

Color information

#1D4859 (or 0x1D4859) is unknown color: approx Astronaut Blue. HEX triplet: 1D, 48 and 59. RGB value is (29,72,89). Sum of RGB (Red+Green+Blue) = 29+72+89=190 (25% of max value = 765). Red value is 29 (11.72% from 255 or 15.26% from 190); Green value is 72 (28.52% from 255 or 37.89% from 190); Blue value is 89 (35.16% from 255 or 46.84% from 190); Max value from RGB is 89 - color contains mainly: blue. Hex color #1D4859 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1D4859 is #E2B7A6. Grayscale: #3C3C3C. Windows color (decimal): -14858151 or 5851165. OLE color: 5851165.

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

Color convert

RGB297289-
CMYK0.670.1900.65
HSL197º50.85%23.14%-
HSV(B)197º67.42%34.9%-
XYZ4.635.6210.29-
YUV61.08143.75105.12-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 15.26%
GREEN value IS 72 (28.52% from 255) = 37.89%
BLUE value IS 89 (35.16% from 255) = 46.84%
R=15.26%
G=37.89%
B=46.84%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal2972890.670.1900.6519750.8523.14
Hex1D48594313041c53317
Octal351101311032301013056327
Binary1110110010001011001100001110011010000011100010111001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D4859

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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