#1D4156

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

Shades of Astronaut Blue #1D4156

Tints of Astronaut Blue #1D4156

Color information

#1D4156 (or 0x1D4156) is unknown color: approx Astronaut Blue. HEX triplet: 1D, 41 and 56. RGB value is (29,65,86). Sum of RGB (Red+Green+Blue) = 29+65+86=180 (23% of max value = 765). Red value is 29 (11.72% from 255 or 16.11% from 180); Green value is 65 (25.78% from 255 or 36.11% from 180); Blue value is 86 (33.98% from 255 or 47.78% from 180); Max value from RGB is 86 - color contains mainly: blue. Hex color #1D4156 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1D4156 is #E2BEA9. Grayscale: #383838. Windows color (decimal): -14859946 or 5652765. OLE color: 5652765.

HSL color Cylindrical-coordinate representation of color #1D4156: hue angle of 202.11º 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 #1D4156 is Cyan = 0.66, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB296586-
CMYK0.660.2400.66
HSL202.11º49.57%22.55%-
HSV(B)202.11º66.28%33.73%-
XYZ4.084.719.5-
YUV56.63144.57108.29-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 16.11%
GREEN value IS 65 (25.78% from 255) = 36.11%
BLUE value IS 86 (33.98% from 255) = 47.78%
R=16.11%
G=36.11%
B=47.78%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal2965860.660.2400.66202.1149.5722.55
Hex1D41564218042ca3217
Octal351011261023001023126227
Binary1110110000011010110100001011000010000101100101011001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D4156

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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