#154458

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

Shades of Astronaut Blue #154458

Tints of Astronaut Blue #154458

Color information

#154458 (or 0x154458) is unknown color: approx Astronaut Blue. HEX triplet: 15, 44 and 58. RGB value is (21,68,88). Sum of RGB (Red+Green+Blue) = 21+68+88=177 (23% of max value = 765). Red value is 21 (8.59% from 255 or 11.86% from 177); Green value is 68 (26.95% from 255 or 38.42% from 177); Blue value is 88 (34.77% from 255 or 49.72% from 177); Max value from RGB is 88 - color contains mainly: blue. Hex color #154458 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #154458 is #EABBA7. Grayscale: #383838. Windows color (decimal): -15383464 or 5784597. OLE color: 5784597.

HSL color Cylindrical-coordinate representation of color #154458: hue angle of 197.91º 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 #154458 is Cyan = 0.76, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB216888-
CMYK0.760.2300.65
HSL197.91º61.47%21.37%-
HSV(B)197.91º76.14%34.51%-
XYZ4.1459.98-
YUV56.23145.93102.87-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 11.86%
GREEN value IS 68 (26.95% from 255) = 38.42%
BLUE value IS 88 (34.77% from 255) = 49.72%
R=11.86%
G=38.42%
B=49.72%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal2168880.760.2300.65197.9161.4721.37
Hex1544584C17041c63d15
Octal251041301142701013067525
Binary1010110001001011000100110010111010000011100011011110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #154458

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #154458; }

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

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

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

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

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

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

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

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