#1D4157

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

Shades of Astronaut Blue #1D4157

Tints of Astronaut Blue #1D4157

Color information

#1D4157 (or 0x1D4157) is unknown color: approx Astronaut Blue. HEX triplet: 1D, 41 and 57. RGB value is (29,65,87). Sum of RGB (Red+Green+Blue) = 29+65+87=181 (23% of max value = 765). Red value is 29 (11.72% from 255 or 16.02% from 181); Green value is 65 (25.78% from 255 or 35.91% from 181); Blue value is 87 (34.38% from 255 or 48.07% from 181); Max value from RGB is 87 - color contains mainly: blue. Hex color #1D4157 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1D4157 is #E2BEA8. Grayscale: #383838. Windows color (decimal): -14859945 or 5718301. OLE color: 5718301.

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

Color convert

RGB296587-
CMYK0.670.2500.66
HSL202.76º50%22.75%-
HSV(B)202.76º66.67%34.12%-
XYZ4.124.739.71-
YUV56.74145.07108.21-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 16.02%
GREEN value IS 65 (25.78% from 255) = 35.91%
BLUE value IS 87 (34.38% from 255) = 48.07%
R=16.02%
G=35.91%
B=48.07%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal2965870.670.2500.66202.765022.75
Hex1D41574319042cb3217
Octal351011271033101023136227
Binary1110110000011010111100001111001010000101100101111001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D4157

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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