#1A475F

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

Shades of Astronaut Blue #1A475F

Tints of Astronaut Blue #1A475F

Color information

#1A475F (or 0x1A475F) is unknown color: approx Astronaut Blue. HEX triplet: 1A, 47 and 5F. RGB value is (26,71,95). Sum of RGB (Red+Green+Blue) = 26+71+95=192 (25% of max value = 765). Red value is 26 (10.55% from 255 or 13.54% from 192); Green value is 71 (28.12% from 255 or 36.98% from 192); Blue value is 95 (37.5% from 255 or 49.48% from 192); Max value from RGB is 95 - color contains mainly: blue. Hex color #1A475F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1A475F is #E5B8A0. Grayscale: #3C3C3C. Windows color (decimal): -15055009 or 6244122. OLE color: 6244122.

HSL color Cylindrical-coordinate representation of color #1A475F: hue angle of 200.87º degrees, saturation: 0.57, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #1A475F is Cyan = 0.73, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB267195-
CMYK0.730.2500.63
HSL200.87º57.02%23.73%-
HSV(B)200.87º72.63%37.25%-
XYZ4.745.5511.65-
YUV60.28147.59103.55-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 13.54%
GREEN value IS 71 (28.12% from 255) = 36.98%
BLUE value IS 95 (37.5% from 255) = 49.48%
R=13.54%
G=36.98%
B=49.48%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal2671950.730.2500.63200.8757.0223.73
Hex1A475F491903Fc93918
Octal32107137111310773117130
Binary110101000111101111110010011100101111111100100111100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A475F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,71,95); }

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

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

 a { background-color: rgb(26,71,95); }

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

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

 span { border-color: rgb(26,71,95); }

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