#1F4960

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

Shades of Astronaut Blue #1F4960

Tints of Astronaut Blue #1F4960

Color information

#1F4960 (or 0x1F4960) is unknown color: approx Astronaut Blue. HEX triplet: 1F, 49 and 60. RGB value is (31,73,96). Sum of RGB (Red+Green+Blue) = 31+73+96=200 (26% of max value = 765). Red value is 31 (12.5% from 255 or 15.5% from 200); Green value is 73 (28.91% from 255 or 36.5% from 200); Blue value is 96 (37.89% from 255 or 48% from 200); Max value from RGB is 96 - color contains mainly: blue. Hex color #1F4960 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1F4960 is #E0B69F. Grayscale: #3E3E3E. Windows color (decimal): -14726816 or 6310175. OLE color: 6310175.

HSL color Cylindrical-coordinate representation of color #1F4960: hue angle of 201.23º degrees, saturation: 0.51, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #1F4960 is Cyan = 0.68, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB317396-
CMYK0.680.2400.62
HSL201.23º51.18%24.9%-
HSV(B)201.23º67.71%37.65%-
XYZ5.065.911.94-
YUV63.06146.59105.13-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 15.5%
GREEN value IS 73 (28.91% from 255) = 36.5%
BLUE value IS 96 (37.89% from 255) = 48%
R=15.5%
G=36.5%
B=48%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal3173960.680.2400.62201.2351.1824.9
Hex1F4960441803Ec93319
Octal37111140104300763116331
Binary111111001001110000010001001100001111101100100111001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F4960

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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