#154B60

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

Shades of Astronaut Blue #154B60

Tints of Astronaut Blue #154B60

Color information

#154B60 (or 0x154B60) is unknown color: approx Astronaut Blue. HEX triplet: 15, 4B and 60. RGB value is (21,75,96). Sum of RGB (Red+Green+Blue) = 21+75+96=192 (25% of max value = 765). Red value is 21 (8.59% from 255 or 10.94% from 192); Green value is 75 (29.69% from 255 or 39.06% from 192); Blue value is 96 (37.89% from 255 or 50% from 192); Max value from RGB is 96 - color contains mainly: blue. Hex color #154B60 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #154B60 is #EAB49F. Grayscale: #3D3D3D. Windows color (decimal): -15381664 or 6310677. OLE color: 6310677.

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

Color convert

RGB217596-
CMYK0.780.2200.62
HSL196.8º64.1%22.94%-
HSV(B)196.8º78.12%37.65%-
XYZ4.946.0411.97-
YUV61.25147.6199.29-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 10.94%
GREEN value IS 75 (29.69% from 255) = 39.06%
BLUE value IS 96 (37.89% from 255) = 50%
R=10.94%
G=39.06%
B=50%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2175960.780.2200.62196.864.122.94
Hex154B604E1603Ec54017
Octal251131401162607630510027
Binary1010110010111100000100111010110011111011000101100000010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #154B60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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