#1A4A5D

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

Shades of Astronaut Blue #1A4A5D

Tints of Astronaut Blue #1A4A5D

Color information

#1A4A5D (or 0x1A4A5D) is unknown color: approx Astronaut Blue. HEX triplet: 1A, 4A and 5D. RGB value is (26,74,93). Sum of RGB (Red+Green+Blue) = 26+74+93=193 (25% of max value = 765). Red value is 26 (10.55% from 255 or 13.47% from 193); Green value is 74 (29.30% from 255 or 38.34% from 193); Blue value is 93 (36.72% from 255 or 48.19% from 193); Max value from RGB is 93 - color contains mainly: blue. Hex color #1A4A5D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1A4A5D is #E5B5A2. Grayscale: #3D3D3D. Windows color (decimal): -15054243 or 6113818. OLE color: 6113818.

HSL color Cylindrical-coordinate representation of color #1A4A5D: hue angle of 197.01º degrees, saturation: 0.56, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #1A4A5D is Cyan = 0.72, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB267493-
CMYK0.720.2000.64
HSL197.01º56.3%23.33%-
HSV(B)197.01º72.04%36.47%-
XYZ4.855.9111.24-
YUV61.81145.6102.46-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 13.47%
GREEN value IS 74 (29.30% from 255) = 38.34%
BLUE value IS 93 (36.72% from 255) = 48.19%
R=13.47%
G=38.34%
B=48.19%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal2674930.720.2000.64197.0156.323.33
Hex1A4A5D4814040c53817
Octal321121351102401003057027
Binary1101010010101011101100100010100010000001100010111100010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A4A5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,74,93); }

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

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

 a { background-color: rgb(26,74,93); }

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

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

 span { border-color: rgb(26,74,93); }

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