#154560

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

Shades of Astronaut Blue #154560

Tints of Astronaut Blue #154560

Color information

#154560 (or 0x154560) is unknown color: approx Astronaut Blue. HEX triplet: 15, 45 and 60. RGB value is (21,69,96). Sum of RGB (Red+Green+Blue) = 21+69+96=186 (24% of max value = 765). Red value is 21 (8.59% from 255 or 11.29% from 186); Green value is 69 (27.34% from 255 or 37.10% from 186); Blue value is 96 (37.89% from 255 or 51.61% from 186); Max value from RGB is 96 - color contains mainly: blue. Hex color #154560 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #154560 is #EABA9F. Grayscale: #393939. Windows color (decimal): -15383200 or 6309141. OLE color: 6309141.

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

Color convert

RGB216996-
CMYK0.780.2800.62
HSL201.6º64.1%22.94%-
HSV(B)201.6º78.12%37.65%-
XYZ4.555.2611.84-
YUV57.73149.6101.8-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 11.29%
GREEN value IS 69 (27.34% from 255) = 37.10%
BLUE value IS 96 (37.89% from 255) = 51.61%
R=11.29%
G=37.10%
B=51.61%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2169960.780.2800.62201.664.122.94
Hex1545604E1C03Eca4017
Octal251051401163407631210027
Binary1010110001011100000100111011100011111011001010100000010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #154560

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #154560; }

 p { color: rgb(21,69,96); }

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

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

 a { background-color: rgb(21,69,96); }

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

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

 span { border-color: rgb(21,69,96); }

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