#1D4562

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

Shades of Astronaut Blue #1D4562

Tints of Astronaut Blue #1D4562

Color information

#1D4562 (or 0x1D4562) is unknown color: approx Astronaut Blue. HEX triplet: 1D, 45 and 62. RGB value is (29,69,98). Sum of RGB (Red+Green+Blue) = 29+69+98=196 (25% of max value = 765). Red value is 29 (11.72% from 255 or 14.80% from 196); Green value is 69 (27.34% from 255 or 35.20% from 196); Blue value is 98 (38.67% from 255 or 50% from 196); Max value from RGB is 98 - color contains mainly: blue. Hex color #1D4562 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1D4562 is #E2BA9D. Grayscale: #3C3C3C. Windows color (decimal): -14858910 or 6440221. OLE color: 6440221.

HSL color Cylindrical-coordinate representation of color #1D4562: hue angle of 205.22º degrees, saturation: 0.54, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #1D4562 is Cyan = 0.70, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB296998-
CMYK0.700.3000.62
HSL205.22º54.33%24.9%-
HSV(B)205.22º70.41%38.43%-
XYZ4.845.412.34-
YUV60.35149.25105.64-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 14.80%
GREEN value IS 69 (27.34% from 255) = 35.20%
BLUE value IS 98 (38.67% from 255) = 50%
R=14.80%
G=35.20%
B=50%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2969980.700.3000.62205.2254.3324.9
Hex1D4562461E03Ecd3619
Octal35105142106360763156631
Binary111011000101110001010001101111001111101100110111011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D4562

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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