#1D4560

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

Shades of Astronaut Blue #1D4560

Tints of Astronaut Blue #1D4560

Color information

#1D4560 (or 0x1D4560) is unknown color: approx Astronaut Blue. HEX triplet: 1D, 45 and 60. RGB value is (29,69,96). Sum of RGB (Red+Green+Blue) = 29+69+96=194 (25% of max value = 765). Red value is 29 (11.72% from 255 or 14.95% from 194); Green value is 69 (27.34% from 255 or 35.57% from 194); Blue value is 96 (37.89% from 255 or 49.48% from 194); Max value from RGB is 96 - color contains mainly: blue. Hex color #1D4560 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1D4560 is #E2BA9F. Grayscale: #3B3B3B. Windows color (decimal): -14858912 or 6309149. OLE color: 6309149.

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

Color convert

RGB296996-
CMYK0.700.2800.62
HSL204.18º53.6%24.51%-
HSV(B)204.18º69.79%37.65%-
XYZ4.755.3611.85-
YUV60.12148.25105.8-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 14.95%
GREEN value IS 69 (27.34% from 255) = 35.57%
BLUE value IS 96 (37.89% from 255) = 49.48%
R=14.95%
G=35.57%
B=49.48%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2969960.700.2800.62204.1853.624.51
Hex1D4560461C03Ecc3619
Octal35105140106340763146631
Binary111011000101110000010001101110001111101100110011011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D4560

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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