#1D4760

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

Shades of Astronaut Blue #1D4760

Tints of Astronaut Blue #1D4760

Color information

#1D4760 (or 0x1D4760) is unknown color: approx Astronaut Blue. HEX triplet: 1D, 47 and 60. RGB value is (29,71,96). Sum of RGB (Red+Green+Blue) = 29+71+96=196 (25% of max value = 765). Red value is 29 (11.72% from 255 or 14.80% from 196); Green value is 71 (28.12% from 255 or 36.22% from 196); Blue value is 96 (37.89% from 255 or 48.98% from 196); Max value from RGB is 96 - color contains mainly: blue. Hex color #1D4760 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1D4760 is #E2B89F. Grayscale: #3D3D3D. Windows color (decimal): -14858400 or 6309661. OLE color: 6309661.

HSL color Cylindrical-coordinate representation of color #1D4760: hue angle of 202.39º degrees, saturation: 0.54, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #1D4760 is Cyan = 0.70, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB297196-
CMYK0.700.2600.62
HSL202.39º53.6%24.51%-
HSV(B)202.39º69.79%37.65%-
XYZ4.875.6111.89-
YUV61.29147.59104.97-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 14.80%
GREEN value IS 71 (28.12% from 255) = 36.22%
BLUE value IS 96 (37.89% from 255) = 48.98%
R=14.80%
G=36.22%
B=48.98%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2971960.700.2600.62202.3953.624.51
Hex1D4760461A03Eca3619
Octal35107140106320763126631
Binary111011000111110000010001101101001111101100101011011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D4760

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,71,96); }

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

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

 a { background-color: rgb(29,71,96); }

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

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

 span { border-color: rgb(29,71,96); }

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