#1F445E

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

Shades of Astronaut Blue #1F445E

Tints of Astronaut Blue #1F445E

Color information

#1F445E (or 0x1F445E) is unknown color: approx Astronaut Blue. HEX triplet: 1F, 44 and 5E. RGB value is (31,68,94). Sum of RGB (Red+Green+Blue) = 31+68+94=193 (25% of max value = 765). Red value is 31 (12.5% from 255 or 16.06% from 193); Green value is 68 (26.95% from 255 or 35.23% 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 #1F445E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1F445E is #E0BBA1. Grayscale: #3B3B3B. Windows color (decimal): -14728098 or 6177823. OLE color: 6177823.

HSL color Cylindrical-coordinate representation of color #1F445E: hue angle of 204.76º degrees, saturation: 0.5, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #1F445E is Cyan = 0.67, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB316894-
CMYK0.670.2800.63
HSL204.76º50.4%24.51%-
HSV(B)204.76º67.02%36.86%-
XYZ4.655.2311.35-
YUV59.9147.24107.39-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 16.06%
GREEN value IS 68 (26.95% from 255) = 35.23%
BLUE value IS 94 (37.11% from 255) = 48.70%
R=16.06%
G=35.23%
B=48.70%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal3168940.670.2800.63204.7650.424.51
Hex1F445E431C03Fcd3219
Octal37104136103340773156231
Binary111111000100101111010000111110001111111100110111001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F445E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,68,94); }

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

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

 a { background-color: rgb(31,68,94); }

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

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

 span { border-color: rgb(31,68,94); }

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