#154A5E

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

Shades of Astronaut Blue #154A5E

Tints of Astronaut Blue #154A5E

Color information

#154A5E (or 0x154A5E) is unknown color: approx Astronaut Blue. HEX triplet: 15, 4A and 5E. RGB value is (21,74,94). Sum of RGB (Red+Green+Blue) = 21+74+94=189 (25% of max value = 765). Red value is 21 (8.59% from 255 or 11.11% from 189); Green value is 74 (29.30% from 255 or 39.15% from 189); Blue value is 94 (37.11% from 255 or 49.74% from 189); Max value from RGB is 94 - color contains mainly: blue. Hex color #154A5E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #154A5E is #EAB5A1. Grayscale: #3C3C3C. Windows color (decimal): -15381922 or 6179349. OLE color: 6179349.

HSL color Cylindrical-coordinate representation of color #154A5E: hue angle of 196.44º degrees, saturation: 0.63, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #154A5E is Cyan = 0.78, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB217494-
CMYK0.780.2100.63
HSL196.44º63.48%22.55%-
HSV(B)196.44º77.66%36.86%-
XYZ4.785.8711.47-
YUV60.43146.9499.87-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 11.11%
GREEN value IS 74 (29.30% from 255) = 39.15%
BLUE value IS 94 (37.11% from 255) = 49.74%
R=11.11%
G=39.15%
B=49.74%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal2174940.780.2100.63196.4463.4822.55
Hex154A5E4E1503Fc43f17
Octal25112136116250773047727
Binary101011001010101111010011101010101111111100010011111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #154A5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #154A5E; }

 p { color: rgb(21,74,94); }

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

<style>
 a { background-color: #154A5E; }

 a { background-color: rgb(21,74,94); }

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

<style>
 span { border-color: #154A5E; }

 span { border-color: rgb(21,74,94); }

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