#1D485A

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

Shades of Astronaut Blue #1D485A

Tints of Astronaut Blue #1D485A

Color information

#1D485A (or 0x1D485A) is unknown color: approx Astronaut Blue. HEX triplet: 1D, 48 and 5A. RGB value is (29,72,90). Sum of RGB (Red+Green+Blue) = 29+72+90=191 (25% of max value = 765). Red value is 29 (11.72% from 255 or 15.18% from 191); Green value is 72 (28.52% from 255 or 37.70% from 191); Blue value is 90 (35.55% from 255 or 47.12% from 191); Max value from RGB is 90 - color contains mainly: blue. Hex color #1D485A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1D485A is #E2B7A5. Grayscale: #3D3D3D. Windows color (decimal): -14858150 or 5916701. OLE color: 5916701.

HSL color Cylindrical-coordinate representation of color #1D485A: hue angle of 197.7º degrees, saturation: 0.51, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #1D485A is Cyan = 0.68, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB297290-
CMYK0.680.2000.65
HSL197.7º51.26%23.33%-
HSV(B)197.7º67.78%35.29%-
XYZ4.675.6310.51-
YUV61.19144.25105.04-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 15.18%
GREEN value IS 72 (28.52% from 255) = 37.70%
BLUE value IS 90 (35.55% from 255) = 47.12%
R=15.18%
G=37.70%
B=47.12%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal2972900.680.2000.65197.751.2623.33
Hex1D485A4414041c63317
Octal351101321042401013066327
Binary1110110010001011010100010010100010000011100011011001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D485A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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