#1D4555

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

Shades of Astronaut Blue #1D4555

Tints of Astronaut Blue #1D4555

Color information

#1D4555 (or 0x1D4555) is unknown color: approx Astronaut Blue. HEX triplet: 1D, 45 and 55. RGB value is (29,69,85). Sum of RGB (Red+Green+Blue) = 29+69+85=183 (24% of max value = 765). Red value is 29 (11.72% from 255 or 15.85% from 183); Green value is 69 (27.34% from 255 or 37.70% from 183); Blue value is 85 (33.59% from 255 or 46.45% from 183); Max value from RGB is 85 - color contains mainly: blue. Hex color #1D4555 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1D4555 is #E2BAAA. Grayscale: #3A3A3A. Windows color (decimal): -14858923 or 5588253. OLE color: 5588253.

HSL color Cylindrical-coordinate representation of color #1D4555: hue angle of 197.14º degrees, saturation: 0.49, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #1D4555 is Cyan = 0.66, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB296985-
CMYK0.660.1900.67
HSL197.14º49.12%22.35%-
HSV(B)197.14º65.88%33.33%-
XYZ4.275.179.37-
YUV58.86142.75106.7-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 15.85%
GREEN value IS 69 (27.34% from 255) = 37.70%
BLUE value IS 85 (33.59% from 255) = 46.45%
R=15.85%
G=37.70%
B=46.45%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal2969850.660.1900.67197.1449.1222.35
Hex1D45554213043c53116
Octal351051251022301033056126
Binary1110110001011010101100001010011010000111100010111000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D4555

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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