#1D435A

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

Shades of Astronaut Blue #1D435A

Tints of Astronaut Blue #1D435A

Color information

#1D435A (or 0x1D435A) is unknown color: approx Astronaut Blue. HEX triplet: 1D, 43 and 5A. RGB value is (29,67,90). Sum of RGB (Red+Green+Blue) = 29+67+90=186 (24% of max value = 765). Red value is 29 (11.72% from 255 or 15.59% from 186); Green value is 67 (26.56% from 255 or 36.02% from 186); Blue value is 90 (35.55% from 255 or 48.39% from 186); Max value from RGB is 90 - color contains mainly: blue. Hex color #1D435A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1D435A is #E2BCA5. Grayscale: #3A3A3A. Windows color (decimal): -14859430 or 5915421. OLE color: 5915421.

HSL color Cylindrical-coordinate representation of color #1D435A: hue angle of 202.62º degrees, saturation: 0.51, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #1D435A is Cyan = 0.68, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB296790-
CMYK0.680.2600.65
HSL202.62º51.26%23.33%-
HSV(B)202.62º67.78%35.29%-
XYZ4.365.0110.41-
YUV58.26145.91107.13-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 15.59%
GREEN value IS 67 (26.56% from 255) = 36.02%
BLUE value IS 90 (35.55% from 255) = 48.39%
R=15.59%
G=36.02%
B=48.39%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal2967900.680.2600.65202.6251.2623.33
Hex1D435A441A041cb3317
Octal351031321043201013136327
Binary1110110000111011010100010011010010000011100101111001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D435A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,67,90); }

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

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

 a { background-color: rgb(29,67,90); }

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

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

 span { border-color: rgb(29,67,90); }

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