#154E61

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

Shades of Astronaut Blue #154E61

Tints of Astronaut Blue #154E61

Color information

#154E61 (or 0x154E61) is unknown color: approx Astronaut Blue. HEX triplet: 15, 4E and 61. RGB value is (21,78,97). Sum of RGB (Red+Green+Blue) = 21+78+97=196 (25% of max value = 765). Red value is 21 (8.59% from 255 or 10.71% from 196); Green value is 78 (30.86% from 255 or 39.80% from 196); Blue value is 97 (38.28% from 255 or 49.49% from 196); Max value from RGB is 97 - color contains mainly: blue. Hex color #154E61 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #154E61 is #EAB19E. Grayscale: #3E3E3E. Windows color (decimal): -15380895 or 6376981. OLE color: 6376981.

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

Color convert

RGB217897-
CMYK0.780.2000.62
HSL195º64.41%23.14%-
HSV(B)195º78.35%38.04%-
XYZ5.196.4712.28-
YUV63.12147.1297.96-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 10.71%
GREEN value IS 78 (30.86% from 255) = 39.80%
BLUE value IS 97 (38.28% from 255) = 49.49%
R=10.71%
G=39.80%
B=49.49%

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
Decimal2178970.780.2000.6219564.4123.14
Hex154E614E1403Ec34017
Octal251161411162407630310027
Binary1010110011101100001100111010100011111011000011100000010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #154E61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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