#1f4563

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

Shades of Astronaut Blue #1F4563

Tints of Astronaut Blue #1F4563

Color information

#1F4563 (or 0x1F4563) is unknown color: approx Astronaut Blue. HEX triplet: 1F, 45 and 63. RGB value is (31,69,99). Sum of RGB (Red+Green+Blue) = 31+69+99=199 (26% of max value = 765). Red value is 31 (12.5% from 255 or 15.58% from 199); Green value is 69 (27.34% from 255 or 34.67% from 199); Blue value is 99 (39.06% from 255 or 49.75% from 199); Max value from RGB is 99 - color contains mainly: blue. Hex color #1F4563 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1F4563 is #E0BA9C. Grayscale: #3C3C3C. Windows color (decimal): -14727837 or 6505759. OLE color: 6505759.

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

Color convert

RGB316999-
CMYK0.690.3000.61
HSL206.47º52.31%25.49%-
HSV(B)206.47º68.69%38.82%-
XYZ4.955.4512.6-
YUV61.06149.41106.56-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 15.58%
GREEN value IS 69 (27.34% from 255) = 34.67%
BLUE value IS 99 (39.06% from 255) = 49.75%
R=15.58%
G=34.67%
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
Decimal3169990.690.3000.61206.4752.3125.49
Hex1F4563451E03Dce3419
Octal37105143105360753166431
Binary111111000101110001110001011111001111011100111011010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1f4563

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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