#1F4664

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

Shades of Astronaut Blue #1F4664

Tints of Astronaut Blue #1F4664

Color information

#1F4664 (or 0x1F4664) is unknown color: approx Astronaut Blue. HEX triplet: 1F, 46 and 64. RGB value is (31,70,100). Sum of RGB (Red+Green+Blue) = 31+70+100=201 (26% of max value = 765). Red value is 31 (12.5% from 255 or 15.42% from 201); Green value is 70 (27.73% from 255 or 34.83% from 201); Blue value is 100 (39.45% from 255 or 49.75% from 201); Max value from RGB is 100 - color contains mainly: blue. Hex color #1F4664 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1F4664 is #E0B99B. Grayscale: #3D3D3D. Windows color (decimal): -14727580 or 6571551. OLE color: 6571551.

HSL color Cylindrical-coordinate representation of color #1F4664: hue angle of 206.09º degrees, saturation: 0.53, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #1F4664 is Cyan = 0.69, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB3170100-
CMYK0.690.3000.61
HSL206.09º52.67%25.69%-
HSV(B)206.09º69%39.22%-
XYZ5.065.5912.87-
YUV61.76149.58106.06-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 15.42%
GREEN value IS 70 (27.73% from 255) = 34.83%
BLUE value IS 100 (39.45% from 255) = 49.75%
R=15.42%
G=34.83%
B=49.75%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal31701000.690.3000.61206.0952.6725.69
Hex1F4664451E03Dce351a
Octal37106144105360753166532
Binary111111000110110010010001011111001111011100111011010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F4664

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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