#1D4861

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

Shades of Astronaut Blue #1D4861

Tints of Astronaut Blue #1D4861

Color information

#1D4861 (or 0x1D4861) is unknown color: approx Astronaut Blue. HEX triplet: 1D, 48 and 61. RGB value is (29,72,97). Sum of RGB (Red+Green+Blue) = 29+72+97=198 (26% of max value = 765). Red value is 29 (11.72% from 255 or 14.65% from 198); Green value is 72 (28.52% from 255 or 36.36% from 198); Blue value is 97 (38.28% from 255 or 48.99% from 198); Max value from RGB is 97 - color contains mainly: blue. Hex color #1D4861 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1D4861 is #E2B79E. Grayscale: #3D3D3D. Windows color (decimal): -14858143 or 6375453. OLE color: 6375453.

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

Color convert

RGB297297-
CMYK0.700.2600.62
HSL202.06º53.97%24.71%-
HSV(B)202.06º70.1%38.04%-
XYZ4.985.7612.16-
YUV61.99147.75104.47-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 14.65%
GREEN value IS 72 (28.52% from 255) = 36.36%
BLUE value IS 97 (38.28% from 255) = 48.99%
R=14.65%
G=36.36%
B=48.99%

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
Decimal2972970.700.2600.62202.0653.9724.71
Hex1D4861461A03Eca3619
Octal35110141106320763126631
Binary111011001000110000110001101101001111101100101011011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D4861

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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