#154757

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

Shades of Astronaut Blue #154757

Tints of Astronaut Blue #154757

Color information

#154757 (or 0x154757) is unknown color: approx Astronaut Blue. HEX triplet: 15, 47 and 57. RGB value is (21,71,87). Sum of RGB (Red+Green+Blue) = 21+71+87=179 (23% of max value = 765). Red value is 21 (8.59% from 255 or 11.73% from 179); Green value is 71 (28.12% from 255 or 39.66% from 179); Blue value is 87 (34.38% from 255 or 48.60% from 179); Max value from RGB is 87 - color contains mainly: blue. Hex color #154757 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #154757 is #EAB8A8. Grayscale: #393939. Windows color (decimal): -15382697 or 5719829. OLE color: 5719829.

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

Color convert

RGB217187-
CMYK0.760.1800.66
HSL194.55º61.11%21.18%-
HSV(B)194.55º75.86%34.12%-
XYZ4.285.359.82-
YUV57.87144.44101.7-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 11.73%
GREEN value IS 71 (28.12% from 255) = 39.66%
BLUE value IS 87 (34.38% from 255) = 48.60%
R=11.73%
G=39.66%
B=48.60%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal2171870.760.1800.66194.5561.1121.18
Hex1547574C12042c33d15
Octal251071271142201023037525
Binary1010110001111010111100110010010010000101100001111110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #154757

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #154757; }

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

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

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

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

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

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

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

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