#1D4663

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

Shades of Astronaut Blue #1D4663

Tints of Astronaut Blue #1D4663

Color information

#1D4663 (or 0x1D4663) is unknown color: approx Astronaut Blue. HEX triplet: 1D, 46 and 63. RGB value is (29,70,99). Sum of RGB (Red+Green+Blue) = 29+70+99=198 (26% of max value = 765). Red value is 29 (11.72% from 255 or 14.65% from 198); Green value is 70 (27.73% from 255 or 35.35% from 198); Blue value is 99 (39.06% from 255 or 50% from 198); Max value from RGB is 99 - color contains mainly: blue. Hex color #1D4663 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1D4663 is #E2B99C. Grayscale: #3C3C3C. Windows color (decimal): -14858653 or 6506013. OLE color: 6506013.

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

Color convert

RGB297099-
CMYK0.710.2900.61
HSL204.86º54.69%25.1%-
HSV(B)204.86º70.71%38.82%-
XYZ4.955.5412.61-
YUV61.05149.42105.14-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 14.65%
GREEN value IS 70 (27.73% from 255) = 35.35%
BLUE value IS 99 (39.06% from 255) = 50%
R=14.65%
G=35.35%
B=50%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal2970990.710.2900.61204.8654.6925.1
Hex1D4663471D03Dcd3719
Octal35106143107350753156731
Binary111011000110110001110001111110101111011100110111011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D4663

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,70,99); }

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

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

 a { background-color: rgb(29,70,99); }

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

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

 span { border-color: rgb(29,70,99); }

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