#154858

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

Shades of Astronaut Blue #154858

Tints of Astronaut Blue #154858

Color information

#154858 (or 0x154858) is unknown color: approx Astronaut Blue. HEX triplet: 15, 48 and 58. RGB value is (21,72,88). Sum of RGB (Red+Green+Blue) = 21+72+88=181 (23% of max value = 765). Red value is 21 (8.59% from 255 or 11.60% from 181); Green value is 72 (28.52% from 255 or 39.78% from 181); Blue value is 88 (34.77% from 255 or 48.62% from 181); Max value from RGB is 88 - color contains mainly: blue. Hex color #154858 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #154858 is #EAB7A7. Grayscale: #3A3A3A. Windows color (decimal): -15382440 or 5785621. OLE color: 5785621.

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

Color convert

RGB217288-
CMYK0.760.1800.65
HSL194.33º61.47%21.37%-
HSV(B)194.33º76.14%34.51%-
XYZ4.395.510.06-
YUV58.57144.6101.2-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 11.60%
GREEN value IS 72 (28.52% from 255) = 39.78%
BLUE value IS 88 (34.77% from 255) = 48.62%
R=11.60%
G=39.78%
B=48.62%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal2172880.760.1800.65194.3361.4721.37
Hex1548584C12041c23d15
Octal251101301142201013027525
Binary1010110010001011000100110010010010000011100001011110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #154858

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #154858; }

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

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

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

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

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

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

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

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