#1F445D

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

Shades of Astronaut Blue #1F445D

Tints of Astronaut Blue #1F445D

Color information

#1F445D (or 0x1F445D) is unknown color: approx Astronaut Blue. HEX triplet: 1F, 44 and 5D. RGB value is (31,68,93). Sum of RGB (Red+Green+Blue) = 31+68+93=192 (25% of max value = 765). Red value is 31 (12.5% from 255 or 16.15% from 192); Green value is 68 (26.95% from 255 or 35.42% from 192); Blue value is 93 (36.72% from 255 or 48.44% from 192); Max value from RGB is 93 - color contains mainly: blue. Hex color #1F445D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1F445D is #E0BBA2. Grayscale: #3B3B3B. Windows color (decimal): -14728099 or 6112287. OLE color: 6112287.

HSL color Cylindrical-coordinate representation of color #1F445D: hue angle of 204.19º 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 #1F445D is Cyan = 0.67, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB316893-
CMYK0.670.2700.64
HSL204.19º50%24.31%-
HSV(B)204.19º66.67%36.47%-
XYZ4.615.2211.12-
YUV59.79146.74107.47-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 16.15%
GREEN value IS 68 (26.95% from 255) = 35.42%
BLUE value IS 93 (36.72% from 255) = 48.44%
R=16.15%
G=35.42%
B=48.44%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal3168930.670.2700.64204.195024.31
Hex1F445D431B040cc3218
Octal371041351033301003146230
Binary1111110001001011101100001111011010000001100110011001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F445D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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