#154D61

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

Shades of Astronaut Blue #154D61

Tints of Astronaut Blue #154D61

Color information

#154D61 (or 0x154D61) is unknown color: approx Astronaut Blue. HEX triplet: 15, 4D and 61. RGB value is (21,77,97). Sum of RGB (Red+Green+Blue) = 21+77+97=195 (25% of max value = 765). Red value is 21 (8.59% from 255 or 10.77% from 195); Green value is 77 (30.47% from 255 or 39.49% from 195); Blue value is 97 (38.28% from 255 or 49.74% from 195); Max value from RGB is 97 - color contains mainly: blue. Hex color #154D61 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #154D61 is #EAB29E. Grayscale: #3E3E3E. Windows color (decimal): -15381151 or 6376725. OLE color: 6376725.

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

Color convert

RGB217797-
CMYK0.780.2100.62
HSL195.79º64.41%23.14%-
HSV(B)195.79º78.35%38.04%-
XYZ5.126.3312.26-
YUV62.54147.4598.37-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 10.77%
GREEN value IS 77 (30.47% from 255) = 39.49%
BLUE value IS 97 (38.28% from 255) = 49.74%
R=10.77%
G=39.49%
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
Decimal2177970.780.2100.62195.7964.4123.14
Hex154D614E1503Ec44017
Octal251151411162507630410027
Binary1010110011011100001100111010101011111011000100100000010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #154D61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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