#1F4860

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

Shades of Astronaut Blue #1F4860

Tints of Astronaut Blue #1F4860

Color information

#1F4860 (or 0x1F4860) is unknown color: approx Astronaut Blue. HEX triplet: 1F, 48 and 60. RGB value is (31,72,96). Sum of RGB (Red+Green+Blue) = 31+72+96=199 (26% of max value = 765). Red value is 31 (12.5% from 255 or 15.58% from 199); Green value is 72 (28.52% from 255 or 36.18% from 199); Blue value is 96 (37.89% from 255 or 48.24% from 199); Max value from RGB is 96 - color contains mainly: blue. Hex color #1F4860 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1F4860 is #E0B79F. Grayscale: #3E3E3E. Windows color (decimal): -14727072 or 6309919. OLE color: 6309919.

HSL color Cylindrical-coordinate representation of color #1F4860: hue angle of 202.15º 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 #1F4860 is Cyan = 0.68, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB317296-
CMYK0.680.2500.62
HSL202.15º51.18%24.9%-
HSV(B)202.15º67.71%37.65%-
XYZ4.995.7711.92-
YUV62.48146.92105.55-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 15.58%
GREEN value IS 72 (28.52% from 255) = 36.18%
BLUE value IS 96 (37.89% from 255) = 48.24%
R=15.58%
G=36.18%
B=48.24%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal3172960.680.2500.62202.1551.1824.9
Hex1F4860441903Eca3319
Octal37110140104310763126331
Binary111111001000110000010001001100101111101100101011001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F4860

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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