#154054

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

Shades of Astronaut Blue #154054

Tints of Astronaut Blue #154054

Color information

#154054 (or 0x154054) is unknown color: approx Astronaut Blue. HEX triplet: 15, 40 and 54. RGB value is (21,64,84). Sum of RGB (Red+Green+Blue) = 21+64+84=169 (22% of max value = 765). Red value is 21 (8.59% from 255 or 12.43% from 169); Green value is 64 (25.39% from 255 or 37.87% from 169); Blue value is 84 (33.20% from 255 or 49.70% from 169); Max value from RGB is 84 - color contains mainly: blue. Hex color #154054 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #154054 is #EABFAB. Grayscale: #353535. Windows color (decimal): -15384492 or 5521429. OLE color: 5521429.

HSL color Cylindrical-coordinate representation of color #154054: hue angle of 199.05º degrees, saturation: 0.6, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #154054 is Cyan = 0.75, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB216484-
CMYK0.750.2400.67
HSL199.05º60%20.59%-
HSV(B)199.05º75%32.94%-
XYZ3.744.479.05-
YUV53.42145.25104.87-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 12.43%
GREEN value IS 64 (25.39% from 255) = 37.87%
BLUE value IS 84 (33.20% from 255) = 49.70%
R=12.43%
G=37.87%
B=49.70%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal2164840.750.2400.67199.056020.59
Hex1540544B18043c73c15
Octal251001241133001033077425
Binary1010110000001010100100101111000010000111100011111110010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #154054

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #154054; }

 p { color: rgb(21,64,84); }

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

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

 a { background-color: rgb(21,64,84); }

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

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

 span { border-color: rgb(21,64,84); }

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