#154859

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

Shades of Astronaut Blue #154859

Tints of Astronaut Blue #154859

Color information

#154859 (or 0x154859) is unknown color: approx Astronaut Blue. HEX triplet: 15, 48 and 59. RGB value is (21,72,89). Sum of RGB (Red+Green+Blue) = 21+72+89=182 (24% of max value = 765). Red value is 21 (8.59% from 255 or 11.54% from 182); Green value is 72 (28.52% from 255 or 39.56% from 182); Blue value is 89 (35.16% from 255 or 48.90% from 182); Max value from RGB is 89 - color contains mainly: blue. Hex color #154859 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #154859 is #EAB7A6. Grayscale: #3A3A3A. Windows color (decimal): -15382439 or 5851157. OLE color: 5851157.

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

Color convert

RGB217289-
CMYK0.760.1900.65
HSL195º61.82%21.57%-
HSV(B)195º76.4%34.9%-
XYZ4.435.5210.28-
YUV58.69145.1101.12-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 11.54%
GREEN value IS 72 (28.52% from 255) = 39.56%
BLUE value IS 89 (35.16% from 255) = 48.90%
R=11.54%
G=39.56%
B=48.90%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal2172890.760.1900.6519561.8221.57
Hex1548594C13041c33e16
Octal251101311142301013037626
Binary1010110010001011001100110010011010000011100001111111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #154859

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #154859; }

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

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

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

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

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

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

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

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