#1A4B5D

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

Shades of Astronaut Blue #1A4B5D

Tints of Astronaut Blue #1A4B5D

Color information

#1A4B5D (or 0x1A4B5D) is unknown color: approx Astronaut Blue. HEX triplet: 1A, 4B and 5D. RGB value is (26,75,93). Sum of RGB (Red+Green+Blue) = 26+75+93=194 (25% of max value = 765). Red value is 26 (10.55% from 255 or 13.40% from 194); Green value is 75 (29.69% from 255 or 38.66% from 194); Blue value is 93 (36.72% from 255 or 47.94% from 194); Max value from RGB is 93 - color contains mainly: blue. Hex color #1A4B5D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1A4B5D is #E5B4A2. Grayscale: #3E3E3E. Windows color (decimal): -15053987 or 6114074. OLE color: 6114074.

HSL color Cylindrical-coordinate representation of color #1A4B5D: hue angle of 196.12º 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 #1A4B5D is Cyan = 0.72, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB267593-
CMYK0.720.1900.64
HSL196.12º56.3%23.33%-
HSV(B)196.12º72.04%36.47%-
XYZ4.926.0411.26-
YUV62.4145.27102.04-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 13.40%
GREEN value IS 75 (29.69% from 255) = 38.66%
BLUE value IS 93 (36.72% from 255) = 47.94%
R=13.40%
G=38.66%
B=47.94%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal2675930.720.1900.64196.1256.323.33
Hex1A4B5D4813040c43817
Octal321131351102301003047027
Binary1101010010111011101100100010011010000001100010011100010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A4B5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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