#1D495A

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

Shades of Astronaut Blue #1D495A

Tints of Astronaut Blue #1D495A

Color information

#1D495A (or 0x1D495A) is unknown color: approx Astronaut Blue. HEX triplet: 1D, 49 and 5A. RGB value is (29,73,90). Sum of RGB (Red+Green+Blue) = 29+73+90=192 (25% of max value = 765). Red value is 29 (11.72% from 255 or 15.10% from 192); Green value is 73 (28.91% from 255 or 38.02% from 192); Blue value is 90 (35.55% from 255 or 46.88% from 192); Max value from RGB is 90 - color contains mainly: blue. Hex color #1D495A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1D495A is #E2B6A5. Grayscale: #3D3D3D. Windows color (decimal): -14857894 or 5916957. OLE color: 5916957.

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

Color convert

RGB297390-
CMYK0.680.1900.65
HSL196.72º51.26%23.33%-
HSV(B)196.72º67.78%35.29%-
XYZ4.735.7610.54-
YUV61.78143.92104.62-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 15.10%
GREEN value IS 73 (28.91% from 255) = 38.02%
BLUE value IS 90 (35.55% from 255) = 46.88%
R=15.10%
G=38.02%
B=46.88%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal2973900.680.1900.65196.7251.2623.33
Hex1D495A4413041c53317
Octal351111321042301013056327
Binary1110110010011011010100010010011010000011100010111001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D495A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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