#1D4961

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

Shades of Astronaut Blue #1D4961

Tints of Astronaut Blue #1D4961

Color information

#1D4961 (or 0x1D4961) is unknown color: approx Astronaut Blue. HEX triplet: 1D, 49 and 61. RGB value is (29,73,97). Sum of RGB (Red+Green+Blue) = 29+73+97=199 (26% of max value = 765). Red value is 29 (11.72% from 255 or 14.57% from 199); Green value is 73 (28.91% from 255 or 36.68% from 199); Blue value is 97 (38.28% from 255 or 48.74% from 199); Max value from RGB is 97 - color contains mainly: blue. Hex color #1D4961 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1D4961 is #E2B69E. Grayscale: #3E3E3E. Windows color (decimal): -14857887 or 6375709. OLE color: 6375709.

HSL color Cylindrical-coordinate representation of color #1D4961: hue angle of 201.18º 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 #1D4961 is Cyan = 0.70, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB297397-
CMYK0.700.2500.62
HSL201.18º53.97%24.71%-
HSV(B)201.18º70.1%38.04%-
XYZ5.055.8912.18-
YUV62.58147.42104.05-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 14.57%
GREEN value IS 73 (28.91% from 255) = 36.68%
BLUE value IS 97 (38.28% from 255) = 48.74%
R=14.57%
G=36.68%
B=48.74%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2973970.700.2500.62201.1853.9724.71
Hex1D4961461903Ec93619
Octal35111141106310763116631
Binary111011001001110000110001101100101111101100100111011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D4961

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,73,97); }

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

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

 a { background-color: rgb(29,73,97); }

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

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

 span { border-color: rgb(29,73,97); }

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