#1F445F

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

Shades of Astronaut Blue #1F445F

Tints of Astronaut Blue #1F445F

Color information

#1F445F (or 0x1F445F) is unknown color: approx Astronaut Blue. HEX triplet: 1F, 44 and 5F. RGB value is (31,68,95). Sum of RGB (Red+Green+Blue) = 31+68+95=194 (25% of max value = 765). Red value is 31 (12.5% from 255 or 15.98% from 194); Green value is 68 (26.95% from 255 or 35.05% from 194); Blue value is 95 (37.5% from 255 or 48.97% from 194); Max value from RGB is 95 - color contains mainly: blue. Hex color #1F445F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1F445F is #E0BBA0. Grayscale: #3B3B3B. Windows color (decimal): -14728097 or 6243359. OLE color: 6243359.

HSL color Cylindrical-coordinate representation of color #1F445F: hue angle of 205.31º degrees, saturation: 0.51, 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 #1F445F is Cyan = 0.67, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB316895-
CMYK0.670.2800.63
HSL205.31º50.79%24.71%-
HSV(B)205.31º67.37%37.25%-
XYZ4.75.2511.59-
YUV60.01147.74107.3-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 15.98%
GREEN value IS 68 (26.95% from 255) = 35.05%
BLUE value IS 95 (37.5% from 255) = 48.97%
R=15.98%
G=35.05%
B=48.97%

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
Decimal3168950.670.2800.63205.3150.7924.71
Hex1F445F431C03Fcd3319
Octal37104137103340773156331
Binary111111000100101111110000111110001111111100110111001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F445F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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