#154058

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

Shades of Astronaut Blue #154058

Tints of Astronaut Blue #154058

Color information

#154058 (or 0x154058) is unknown color: approx Astronaut Blue. HEX triplet: 15, 40 and 58. RGB value is (21,64,88). Sum of RGB (Red+Green+Blue) = 21+64+88=173 (22% of max value = 765). Red value is 21 (8.59% from 255 or 12.14% from 173); Green value is 64 (25.39% from 255 or 36.99% from 173); Blue value is 88 (34.77% from 255 or 50.87% from 173); Max value from RGB is 88 - color contains mainly: blue. Hex color #154058 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #154058 is #EABFA7. Grayscale: #353535. Windows color (decimal): -15384488 or 5783573. OLE color: 5783573.

HSL color Cylindrical-coordinate representation of color #154058: hue angle of 201.49º degrees, saturation: 0.61, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #154058 is Cyan = 0.76, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB216488-
CMYK0.760.2700.65
HSL201.49º61.47%21.37%-
HSV(B)201.49º76.14%34.51%-
XYZ3.94.539.9-
YUV53.88147.25104.55-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 12.14%
GREEN value IS 64 (25.39% from 255) = 36.99%
BLUE value IS 88 (34.77% from 255) = 50.87%
R=12.14%
G=36.99%
B=50.87%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal2164880.760.2700.65201.4961.4721.37
Hex1540584C1B041c93d15
Octal251001301143301013117525
Binary1010110000001011000100110011011010000011100100111110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #154058

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #154058; }

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

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

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

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

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

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

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

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