#1F485A

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

Shades of Astronaut Blue #1F485A

Tints of Astronaut Blue #1F485A

Color information

#1F485A (or 0x1F485A) is unknown color: approx Astronaut Blue. HEX triplet: 1F, 48 and 5A. RGB value is (31,72,90). Sum of RGB (Red+Green+Blue) = 31+72+90=193 (25% of max value = 765). Red value is 31 (12.5% from 255 or 16.06% from 193); Green value is 72 (28.52% from 255 or 37.31% from 193); Blue value is 90 (35.55% from 255 or 46.63% from 193); Max value from RGB is 90 - color contains mainly: blue. Hex color #1F485A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1F485A is #E0B7A5. Grayscale: #3D3D3D. Windows color (decimal): -14727078 or 5916703. OLE color: 5916703.

HSL color Cylindrical-coordinate representation of color #1F485A: hue angle of 198.31º degrees, saturation: 0.49, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #1F485A is Cyan = 0.66, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB317290-
CMYK0.660.2000.65
HSL198.31º48.76%23.73%-
HSV(B)198.31º65.56%35.29%-
XYZ4.735.6610.52-
YUV61.79143.92106.04-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 16.06%
GREEN value IS 72 (28.52% from 255) = 37.31%
BLUE value IS 90 (35.55% from 255) = 46.63%
R=16.06%
G=37.31%
B=46.63%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal3172900.660.2000.65198.3148.7623.73
Hex1F485A4214041c63118
Octal371101321022401013066130
Binary1111110010001011010100001010100010000011100011011000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F485A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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