#1D4660

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

Shades of Astronaut Blue #1D4660

Tints of Astronaut Blue #1D4660

Color information

#1D4660 (or 0x1D4660) is unknown color: approx Astronaut Blue. HEX triplet: 1D, 46 and 60. RGB value is (29,70,96). Sum of RGB (Red+Green+Blue) = 29+70+96=195 (25% of max value = 765). Red value is 29 (11.72% from 255 or 14.87% from 195); Green value is 70 (27.73% from 255 or 35.90% from 195); Blue value is 96 (37.89% from 255 or 49.23% from 195); Max value from RGB is 96 - color contains mainly: blue. Hex color #1D4660 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1D4660 is #E2B99F. Grayscale: #3C3C3C. Windows color (decimal): -14858656 or 6309405. OLE color: 6309405.

HSL color Cylindrical-coordinate representation of color #1D4660: hue angle of 203.28º degrees, saturation: 0.54, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #1D4660 is Cyan = 0.70, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB297096-
CMYK0.700.2700.62
HSL203.28º53.6%24.51%-
HSV(B)203.28º69.79%37.65%-
XYZ4.815.4911.87-
YUV60.7147.92105.39-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 14.87%
GREEN value IS 70 (27.73% from 255) = 35.90%
BLUE value IS 96 (37.89% from 255) = 49.23%
R=14.87%
G=35.90%
B=49.23%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2970960.700.2700.62203.2853.624.51
Hex1D4660461B03Ecb3619
Octal35106140106330763136631
Binary111011000110110000010001101101101111101100101111011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D4660

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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