#1D4455

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

Shades of Astronaut Blue #1D4455

Tints of Astronaut Blue #1D4455

Color information

#1D4455 (or 0x1D4455) is unknown color: approx Astronaut Blue. HEX triplet: 1D, 44 and 55. RGB value is (29,68,85). Sum of RGB (Red+Green+Blue) = 29+68+85=182 (24% of max value = 765). Red value is 29 (11.72% from 255 or 15.93% from 182); Green value is 68 (26.95% from 255 or 37.36% from 182); Blue value is 85 (33.59% from 255 or 46.70% from 182); Max value from RGB is 85 - color contains mainly: blue. Hex color #1D4455 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1D4455 is #E2BBAA. Grayscale: #3A3A3A. Windows color (decimal): -14859179 or 5587997. OLE color: 5587997.

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

Color convert

RGB296885-
CMYK0.660.2000.67
HSL198.21º49.12%22.35%-
HSV(B)198.21º65.88%33.33%-
XYZ4.215.059.35-
YUV58.28143.08107.12-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 15.93%
GREEN value IS 68 (26.95% from 255) = 37.36%
BLUE value IS 85 (33.59% from 255) = 46.70%
R=15.93%
G=37.36%
B=46.70%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal2968850.660.2000.67198.2149.1222.35
Hex1D44554214043c63116
Octal351041251022401033066126
Binary1110110001001010101100001010100010000111100011011000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D4455

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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