#154F60

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

Shades of Astronaut Blue #154F60

Tints of Astronaut Blue #154F60

Color information

#154F60 (or 0x154F60) is unknown color: approx Astronaut Blue. HEX triplet: 15, 4F and 60. RGB value is (21,79,96). Sum of RGB (Red+Green+Blue) = 21+79+96=196 (25% of max value = 765). Red value is 21 (8.59% from 255 or 10.71% from 196); Green value is 79 (31.25% from 255 or 40.31% from 196); Blue value is 96 (37.89% from 255 or 48.98% from 196); Max value from RGB is 96 - color contains mainly: blue. Hex color #154F60 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #154F60 is #EAB09F. Grayscale: #3F3F3F. Windows color (decimal): -15380640 or 6311701. OLE color: 6311701.

HSL color Cylindrical-coordinate representation of color #154F60: hue angle of 193.6º 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 #154F60 is Cyan = 0.78, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB217996-
CMYK0.780.1800.62
HSL193.6º64.1%22.94%-
HSV(B)193.6º78.12%37.65%-
XYZ5.226.612.06-
YUV63.6146.2897.62-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 10.71%
GREEN value IS 79 (31.25% from 255) = 40.31%
BLUE value IS 96 (37.89% from 255) = 48.98%
R=10.71%
G=40.31%
B=48.98%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2179960.780.1800.62193.664.122.94
Hex154F604E1203Ec24017
Octal251171401162207630210027
Binary1010110011111100000100111010010011111011000010100000010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #154F60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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