#1F495D

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

Shades of Astronaut Blue #1F495D

Tints of Astronaut Blue #1F495D

Color information

#1F495D (or 0x1F495D) is unknown color: approx Astronaut Blue. HEX triplet: 1F, 49 and 5D. RGB value is (31,73,93). Sum of RGB (Red+Green+Blue) = 31+73+93=197 (26% of max value = 765). Red value is 31 (12.5% from 255 or 15.74% from 197); Green value is 73 (28.91% from 255 or 37.06% from 197); Blue value is 93 (36.72% from 255 or 47.21% from 197); Max value from RGB is 93 - color contains mainly: blue. Hex color #1F495D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1F495D is #E0B6A2. Grayscale: #3E3E3E. Windows color (decimal): -14726819 or 6113567. OLE color: 6113567.

HSL color Cylindrical-coordinate representation of color #1F495D: hue angle of 199.35º degrees, saturation: 0.5, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #1F495D is Cyan = 0.67, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB317393-
CMYK0.670.2200.64
HSL199.35º50%24.31%-
HSV(B)199.35º66.67%36.47%-
XYZ4.925.8511.22-
YUV62.72145.09105.37-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 15.74%
GREEN value IS 73 (28.91% from 255) = 37.06%
BLUE value IS 93 (36.72% from 255) = 47.21%
R=15.74%
G=37.06%
B=47.21%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal3173930.670.2200.64199.355024.31
Hex1F495D4316040c73218
Octal371111351032601003076230
Binary1111110010011011101100001110110010000001100011111001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F495D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,73,93); }

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

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

 a { background-color: rgb(31,73,93); }

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

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

 span { border-color: rgb(31,73,93); }

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