#154C6A

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

Shades of Astronaut Blue #154C6A

Tints of Astronaut Blue #154C6A

Color information

#154C6A (or 0x154C6A) is unknown color: approx Astronaut Blue. HEX triplet: 15, 4C and 6A. RGB value is (21,76,106). Sum of RGB (Red+Green+Blue) = 21+76+106=203 (26% of max value = 765). Red value is 21 (8.59% from 255 or 10.34% from 203); Green value is 76 (30.08% from 255 or 37.44% from 203); Blue value is 106 (41.80% from 255 or 52.22% from 203); Max value from RGB is 106 - color contains mainly: blue. Hex color #154C6A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #154C6A is #EAB395. Grayscale: #3E3E3E. Windows color (decimal): -15381398 or 6966293. OLE color: 6966293.

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

Color convert

RGB2176106-
CMYK0.800.2800.58
HSL201.18º66.93%24.9%-
HSV(B)201.18º80.19%41.57%-
XYZ5.56.3714.58-
YUV62.97152.2898.06-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 10.34%
GREEN value IS 76 (30.08% from 255) = 37.44%
BLUE value IS 106 (41.80% from 255) = 52.22%
R=10.34%
G=37.44%
B=52.22%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal21761060.800.2800.58201.1866.9324.9
Hex154C6A501C03Ac94319
Octal251141521203407231110331
Binary1010110011001101010101000011100011101011001001100001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #154C6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(21,76,106); }

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

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

 a { background-color: rgb(21,76,106); }

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

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

 span { border-color: rgb(21,76,106); }

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