#154D60

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

Shades of Astronaut Blue #154D60

Tints of Astronaut Blue #154D60

Color information

#154D60 (or 0x154D60) is unknown color: approx Astronaut Blue. HEX triplet: 15, 4D and 60. RGB value is (21,77,96). Sum of RGB (Red+Green+Blue) = 21+77+96=194 (25% of max value = 765). Red value is 21 (8.59% from 255 or 10.82% from 194); Green value is 77 (30.47% from 255 or 39.69% from 194); Blue value is 96 (37.89% from 255 or 49.48% from 194); Max value from RGB is 96 - color contains mainly: blue. Hex color #154D60 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #154D60 is #EAB29F. Grayscale: #3E3E3E. Windows color (decimal): -15381152 or 6311189. OLE color: 6311189.

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

Color convert

RGB217796-
CMYK0.780.2000.62
HSL195.2º64.1%22.94%-
HSV(B)195.2º78.12%37.65%-
XYZ5.076.3112.02-
YUV62.42146.9598.46-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 10.82%
GREEN value IS 77 (30.47% from 255) = 39.69%
BLUE value IS 96 (37.89% from 255) = 49.48%
R=10.82%
G=39.69%
B=49.48%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2177960.780.2000.62195.264.122.94
Hex154D604E1403Ec34017
Octal251151401162407630310027
Binary1010110011011100000100111010100011111011000011100000010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #154D60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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