#1F4459

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

Shades of Astronaut Blue #1F4459

Tints of Astronaut Blue #1F4459

Color information

#1F4459 (or 0x1F4459) is unknown color: approx Astronaut Blue. HEX triplet: 1F, 44 and 59. RGB value is (31,68,89). Sum of RGB (Red+Green+Blue) = 31+68+89=188 (24% of max value = 765). Red value is 31 (12.5% from 255 or 16.49% from 188); Green value is 68 (26.95% from 255 or 36.17% from 188); Blue value is 89 (35.16% from 255 or 47.34% from 188); Max value from RGB is 89 - color contains mainly: blue. Hex color #1F4459 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1F4459 is #E0BBA6. Grayscale: #3B3B3B. Windows color (decimal): -14728103 or 5850143. OLE color: 5850143.

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

Color convert

RGB316889-
CMYK0.650.2400.65
HSL201.72º48.33%23.53%-
HSV(B)201.72º65.17%34.9%-
XYZ4.445.1510.21-
YUV59.33144.74107.79-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 16.49%
GREEN value IS 68 (26.95% from 255) = 36.17%
BLUE value IS 89 (35.16% from 255) = 47.34%
R=16.49%
G=36.17%
B=47.34%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal3168890.650.2400.65201.7248.3323.53
Hex1F44594118041ca3018
Octal371041311013001013126030
Binary1111110001001011001100000111000010000011100101011000011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F4459

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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