#154557

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

Shades of Astronaut Blue #154557

Tints of Astronaut Blue #154557

Color information

#154557 (or 0x154557) is unknown color: approx Astronaut Blue. HEX triplet: 15, 45 and 57. RGB value is (21,69,87). Sum of RGB (Red+Green+Blue) = 21+69+87=177 (23% of max value = 765). Red value is 21 (8.59% from 255 or 11.86% from 177); Green value is 69 (27.34% from 255 or 38.98% from 177); Blue value is 87 (34.38% from 255 or 49.15% from 177); Max value from RGB is 87 - color contains mainly: blue. Hex color #154557 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #154557 is #EABAA8. Grayscale: #383838. Windows color (decimal): -15383209 or 5719317. OLE color: 5719317.

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

Color convert

RGB216987-
CMYK0.760.2100.66
HSL196.36º61.11%21.18%-
HSV(B)196.36º75.86%34.12%-
XYZ4.165.19.78-
YUV56.7145.1102.54-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 11.86%
GREEN value IS 69 (27.34% from 255) = 38.98%
BLUE value IS 87 (34.38% from 255) = 49.15%
R=11.86%
G=38.98%
B=49.15%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal2169870.760.2100.66196.3661.1121.18
Hex1545574C15042c43d15
Octal251051271142501023047525
Binary1010110001011010111100110010101010000101100010011110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #154557

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #154557; }

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

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

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

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

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

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

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

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