#1D465E

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

Shades of Astronaut Blue #1D465E

Tints of Astronaut Blue #1D465E

Color information

#1D465E (or 0x1D465E) is unknown color: approx Astronaut Blue. HEX triplet: 1D, 46 and 5E. RGB value is (29,70,94). Sum of RGB (Red+Green+Blue) = 29+70+94=193 (25% of max value = 765). Red value is 29 (11.72% from 255 or 15.03% from 193); Green value is 70 (27.73% from 255 or 36.27% from 193); Blue value is 94 (37.11% from 255 or 48.70% from 193); Max value from RGB is 94 - color contains mainly: blue. Hex color #1D465E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1D465E is #E2B9A1. Grayscale: #3C3C3C. Windows color (decimal): -14858658 or 6178333. OLE color: 6178333.

HSL color Cylindrical-coordinate representation of color #1D465E: hue angle of 202.15º degrees, saturation: 0.53, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #1D465E is Cyan = 0.69, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB297094-
CMYK0.690.2600.63
HSL202.15º52.85%24.12%-
HSV(B)202.15º69.15%36.86%-
XYZ4.725.4511.39-
YUV60.48146.92105.55-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 15.03%
GREEN value IS 70 (27.73% from 255) = 36.27%
BLUE value IS 94 (37.11% from 255) = 48.70%
R=15.03%
G=36.27%
B=48.70%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal2970940.690.2600.63202.1552.8524.12
Hex1D465E451A03Fca3518
Octal35106136105320773126530
Binary111011000110101111010001011101001111111100101011010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D465E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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