#154C60

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

Shades of Astronaut Blue #154C60

Tints of Astronaut Blue #154C60

Color information

#154C60 (or 0x154C60) is unknown color: approx Astronaut Blue. HEX triplet: 15, 4C and 60. RGB value is (21,76,96). Sum of RGB (Red+Green+Blue) = 21+76+96=193 (25% of max value = 765). Red value is 21 (8.59% from 255 or 10.88% from 193); Green value is 76 (30.08% from 255 or 39.38% from 193); Blue value is 96 (37.89% from 255 or 49.74% from 193); Max value from RGB is 96 - color contains mainly: blue. Hex color #154C60 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #154C60 is #EAB39F. Grayscale: #3D3D3D. Windows color (decimal): -15381408 or 6310933. OLE color: 6310933.

HSL color Cylindrical-coordinate representation of color #154C60: hue angle of 196º degrees, saturation: 0.64, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #154C60 is Cyan = 0.78, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB217696-
CMYK0.780.2100.62
HSL196º64.1%22.94%-
HSV(B)196º78.12%37.65%-
XYZ5.016.1711.99-
YUV61.83147.2898.87-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 10.88%
GREEN value IS 76 (30.08% from 255) = 39.38%
BLUE value IS 96 (37.89% from 255) = 49.74%
R=10.88%
G=39.38%
B=49.74%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2176960.780.2100.6219664.122.94
Hex154C604E1503Ec44017
Octal251141401162507630410027
Binary1010110011001100000100111010101011111011000100100000010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #154C60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #154C60; }

 p { color: rgb(21,76,96); }

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

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

 a { background-color: rgb(21,76,96); }

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

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

 span { border-color: rgb(21,76,96); }

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