#1F455B

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

Shades of Astronaut Blue #1F455B

Tints of Astronaut Blue #1F455B

Color information

#1F455B (or 0x1F455B) is unknown color: approx Astronaut Blue. HEX triplet: 1F, 45 and 5B. RGB value is (31,69,91). Sum of RGB (Red+Green+Blue) = 31+69+91=191 (25% of max value = 765). Red value is 31 (12.5% from 255 or 16.23% from 191); Green value is 69 (27.34% from 255 or 36.13% from 191); Blue value is 91 (35.94% from 255 or 47.64% from 191); Max value from RGB is 91 - color contains mainly: blue. Hex color #1F455B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1F455B is #E0BAA4. Grayscale: #3C3C3C. Windows color (decimal): -14727845 or 5981471. OLE color: 5981471.

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

Color convert

RGB316991-
CMYK0.660.2400.64
HSL202º49.18%23.92%-
HSV(B)202º65.93%35.69%-
XYZ4.585.310.68-
YUV60.15145.41107.21-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 16.23%
GREEN value IS 69 (27.34% from 255) = 36.13%
BLUE value IS 91 (35.94% from 255) = 47.64%
R=16.23%
G=36.13%
B=47.64%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal3169910.660.2400.6420249.1823.92
Hex1F455B4218040ca3118
Octal371051331023001003126130
Binary1111110001011011011100001011000010000001100101011000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F455B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,69,91); }

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

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

 a { background-color: rgb(31,69,91); }

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

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

 span { border-color: rgb(31,69,91); }

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