#1F4763

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

Shades of Astronaut Blue #1F4763

Tints of Astronaut Blue #1F4763

Color information

#1F4763 (or 0x1F4763) is unknown color: approx Astronaut Blue. HEX triplet: 1F, 47 and 63. RGB value is (31,71,99). Sum of RGB (Red+Green+Blue) = 31+71+99=201 (26% of max value = 765). Red value is 31 (12.5% from 255 or 15.42% from 201); Green value is 71 (28.12% from 255 or 35.32% from 201); Blue value is 99 (39.06% from 255 or 49.25% from 201); Max value from RGB is 99 - color contains mainly: blue. Hex color #1F4763 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1F4763 is #E0B89C. Grayscale: #3E3E3E. Windows color (decimal): -14727325 or 6506271. OLE color: 6506271.

HSL color Cylindrical-coordinate representation of color #1F4763: hue angle of 204.71º 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 #1F4763 is Cyan = 0.69, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB317199-
CMYK0.690.2800.61
HSL204.71º52.31%25.49%-
HSV(B)204.71º68.69%38.82%-
XYZ5.075.712.64-
YUV62.23148.75105.72-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 15.42%
GREEN value IS 71 (28.12% from 255) = 35.32%
BLUE value IS 99 (39.06% from 255) = 49.25%
R=15.42%
G=35.32%
B=49.25%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal3171990.690.2800.61204.7152.3125.49
Hex1F4763451C03Dcd3419
Octal37107143105340753156431
Binary111111000111110001110001011110001111011100110111010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F4763

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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