#1F4657

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

Shades of Astronaut Blue #1F4657

Tints of Astronaut Blue #1F4657

Color information

#1F4657 (or 0x1F4657) is unknown color: approx Astronaut Blue. HEX triplet: 1F, 46 and 57. RGB value is (31,70,87). Sum of RGB (Red+Green+Blue) = 31+70+87=188 (24% of max value = 765). Red value is 31 (12.5% from 255 or 16.49% from 188); Green value is 70 (27.73% from 255 or 37.23% from 188); Blue value is 87 (34.38% from 255 or 46.28% from 188); Max value from RGB is 87 - color contains mainly: blue. Hex color #1F4657 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1F4657 is #E0B9A8. Grayscale: #3C3C3C. Windows color (decimal): -14727593 or 5719583. OLE color: 5719583.

HSL color Cylindrical-coordinate representation of color #1F4657: hue angle of 198.21º degrees, saturation: 0.47, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #1F4657 is Cyan = 0.64, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB317087-
CMYK0.640.2000.66
HSL198.21º47.46%23.14%-
HSV(B)198.21º64.37%34.12%-
XYZ4.485.369.82-
YUV60.28143.08107.12-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 16.49%
GREEN value IS 70 (27.73% from 255) = 37.23%
BLUE value IS 87 (34.38% from 255) = 46.28%
R=16.49%
G=37.23%
B=46.28%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal3170870.640.2000.66198.2147.4623.14
Hex1F46574014042c62f17
Octal371061271002401023065727
Binary1111110001101010111100000010100010000101100011010111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F4657

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,70,87); }

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

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

 a { background-color: rgb(31,70,87); }

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

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

 span { border-color: rgb(31,70,87); }

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