#154E69

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

Shades of Astronaut Blue #154E69

Tints of Astronaut Blue #154E69

Color information

#154E69 (or 0x154E69) is unknown color: approx Astronaut Blue. HEX triplet: 15, 4E and 69. RGB value is (21,78,105). Sum of RGB (Red+Green+Blue) = 21+78+105=204 (27% of max value = 765). Red value is 21 (8.59% from 255 or 10.29% from 204); Green value is 78 (30.86% from 255 or 38.24% from 204); Blue value is 105 (41.41% from 255 or 51.47% from 204); Max value from RGB is 105 - color contains mainly: blue. Hex color #154E69 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #154E69 is #EAB196. Grayscale: #3F3F3F. Windows color (decimal): -15380887 or 6901269. OLE color: 6901269.

HSL color Cylindrical-coordinate representation of color #154E69: hue angle of 199.29º degrees, saturation: 0.67, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #154E69 is Cyan = 0.80, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB2178105-
CMYK0.800.2600.59
HSL199.29º66.67%24.71%-
HSV(B)199.29º80%41.18%-
XYZ5.586.6314.35-
YUV64.04151.1297.3-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 10.29%
GREEN value IS 78 (30.86% from 255) = 38.24%
BLUE value IS 105 (41.41% from 255) = 51.47%
R=10.29%
G=38.24%
B=51.47%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal21781050.800.2600.59199.2966.6724.71
Hex154E69501A03Bc74319
Octal251161511203207330710331
Binary1010110011101101001101000011010011101111000111100001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #154E69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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