#154D66

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

Shades of Astronaut Blue #154D66

Tints of Astronaut Blue #154D66

Color information

#154D66 (or 0x154D66) is unknown color: approx Astronaut Blue. HEX triplet: 15, 4D and 66. RGB value is (21,77,102). Sum of RGB (Red+Green+Blue) = 21+77+102=200 (26% of max value = 765). Red value is 21 (8.59% from 255 or 10.5% from 200); Green value is 77 (30.47% from 255 or 38.5% from 200); Blue value is 102 (40.23% from 255 or 51% from 200); Max value from RGB is 102 - color contains mainly: blue. Hex color #154D66 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #154D66 is #EAB299. Grayscale: #3E3E3E. Windows color (decimal): -15381146 or 6704405. OLE color: 6704405.

HSL color Cylindrical-coordinate representation of color #154D66: hue angle of 198.52º degrees, saturation: 0.66, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #154D66 is Cyan = 0.79, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB2177102-
CMYK0.790.2500.6
HSL198.52º65.85%24.12%-
HSV(B)198.52º79.41%40%-
XYZ5.366.4313.53-
YUV63.11149.9597.97-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 10.5%
GREEN value IS 77 (30.47% from 255) = 38.5%
BLUE value IS 102 (40.23% from 255) = 51%
R=10.5%
G=38.5%
B=51%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal21771020.790.2500.6198.5265.8524.12
Hex154D664F1903Cc74218
Octal251151461173107430710230
Binary1010110011011100110100111111001011110011000111100001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #154D66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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