#154759

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

Shades of Astronaut Blue #154759

Tints of Astronaut Blue #154759

Color information

#154759 (or 0x154759) is unknown color: approx Astronaut Blue. HEX triplet: 15, 47 and 59. RGB value is (21,71,89). Sum of RGB (Red+Green+Blue) = 21+71+89=181 (23% of max value = 765). Red value is 21 (8.59% from 255 or 11.60% from 181); Green value is 71 (28.12% from 255 or 39.23% from 181); Blue value is 89 (35.16% from 255 or 49.17% from 181); Max value from RGB is 89 - color contains mainly: blue. Hex color #154759 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #154759 is #EAB8A6. Grayscale: #393939. Windows color (decimal): -15382695 or 5850901. OLE color: 5850901.

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

Color convert

RGB217189-
CMYK0.760.2000.65
HSL195.88º61.82%21.57%-
HSV(B)195.88º76.4%34.9%-
XYZ4.375.3910.26-
YUV58.1145.44101.54-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 11.60%
GREEN value IS 71 (28.12% from 255) = 39.23%
BLUE value IS 89 (35.16% from 255) = 49.17%
R=11.60%
G=39.23%
B=49.17%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal2171890.760.2000.65195.8861.8221.57
Hex1547594C14041c43e16
Octal251071311142401013047626
Binary1010110001111011001100110010100010000011100010011111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #154759

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #154759; }

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

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

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

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

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

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

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

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