#1D4456

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

Shades of Astronaut Blue #1D4456

Tints of Astronaut Blue #1D4456

Color information

#1D4456 (or 0x1D4456) is unknown color: approx Astronaut Blue. HEX triplet: 1D, 44 and 56. RGB value is (29,68,86). Sum of RGB (Red+Green+Blue) = 29+68+86=183 (24% of max value = 765). Red value is 29 (11.72% from 255 or 15.85% from 183); Green value is 68 (26.95% from 255 or 37.16% from 183); Blue value is 86 (33.98% from 255 or 46.99% from 183); Max value from RGB is 86 - color contains mainly: blue. Hex color #1D4456 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1D4456 is #E2BBA9. Grayscale: #3A3A3A. Windows color (decimal): -14859178 or 5653533. OLE color: 5653533.

HSL color Cylindrical-coordinate representation of color #1D4456: hue angle of 198.95º degrees, saturation: 0.5, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #1D4456 is Cyan = 0.66, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB296886-
CMYK0.660.2100.66
HSL198.95º49.57%22.55%-
HSV(B)198.95º66.28%33.73%-
XYZ4.255.079.56-
YUV58.39143.58107.04-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 15.85%
GREEN value IS 68 (26.95% from 255) = 37.16%
BLUE value IS 86 (33.98% from 255) = 46.99%
R=15.85%
G=37.16%
B=46.99%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal2968860.660.2100.66198.9549.5722.55
Hex1D44564215042c73217
Octal351041261022501023076227
Binary1110110001001010110100001010101010000101100011111001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D4456

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,68,86); }

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

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

 a { background-color: rgb(29,68,86); }

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

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

 span { border-color: rgb(29,68,86); }

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