#1A4868

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

Shades of Astronaut Blue #1A4868

Tints of Astronaut Blue #1A4868

Color information

#1A4868 (or 0x1A4868) is unknown color: approx Astronaut Blue. HEX triplet: 1A, 48 and 68. RGB value is (26,72,104). Sum of RGB (Red+Green+Blue) = 26+72+104=202 (26% of max value = 765). Red value is 26 (10.55% from 255 or 12.87% from 202); Green value is 72 (28.52% from 255 or 35.64% from 202); Blue value is 104 (41.02% from 255 or 51.49% from 202); Max value from RGB is 104 - color contains mainly: blue. Hex color #1A4868 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1A4868 is #E5B797. Grayscale: #3D3D3D. Windows color (decimal): -15054744 or 6834202. OLE color: 6834202.

HSL color Cylindrical-coordinate representation of color #1A4868: hue angle of 204.62º degrees, saturation: 0.6, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #1A4868 is Cyan = 0.75, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB2672104-
CMYK0.750.3100.59
HSL204.62º60%25.49%-
HSV(B)204.62º75%40.78%-
XYZ5.245.8513.95-
YUV61.89151.76102.4-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 12.87%
GREEN value IS 72 (28.52% from 255) = 35.64%
BLUE value IS 104 (41.02% from 255) = 51.49%
R=12.87%
G=35.64%
B=51.49%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal26721040.750.3100.59204.626025.49
Hex1A48684B1F03Bcd3c19
Octal32110150113370733157431
Binary110101001000110100010010111111101110111100110111110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A4868

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,72,104); }

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

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

 a { background-color: rgb(26,72,104); }

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

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

 span { border-color: rgb(26,72,104); }

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