#1F4A5F

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

Shades of Astronaut Blue #1F4A5F

Tints of Astronaut Blue #1F4A5F

Color information

#1F4A5F (or 0x1F4A5F) is unknown color: approx Astronaut Blue. HEX triplet: 1F, 4A and 5F. RGB value is (31,74,95). Sum of RGB (Red+Green+Blue) = 31+74+95=200 (26% of max value = 765). Red value is 31 (12.5% from 255 or 15.5% from 200); Green value is 74 (29.30% from 255 or 37% from 200); Blue value is 95 (37.5% from 255 or 47.5% from 200); Max value from RGB is 95 - color contains mainly: blue. Hex color #1F4A5F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1F4A5F is #E0B5A0. Grayscale: #3F3F3F. Windows color (decimal): -14726561 or 6244895. OLE color: 6244895.

HSL color Cylindrical-coordinate representation of color #1F4A5F: hue angle of 199.69º degrees, saturation: 0.51, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #1F4A5F is Cyan = 0.67, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB317495-
CMYK0.670.2200.63
HSL199.69º50.79%24.71%-
HSV(B)199.69º67.37%37.25%-
XYZ5.086.0211.72-
YUV63.54145.75104.79-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 15.5%
GREEN value IS 74 (29.30% from 255) = 37%
BLUE value IS 95 (37.5% from 255) = 47.5%
R=15.5%
G=37%
B=47.5%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal3174950.670.2200.63199.6950.7924.71
Hex1F4A5F431603Fc83319
Octal37112137103260773106331
Binary111111001010101111110000111011001111111100100011001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F4A5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,74,95); }

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

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

 a { background-color: rgb(31,74,95); }

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

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

 span { border-color: rgb(31,74,95); }

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