#154563

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

Shades of Astronaut Blue #154563

Tints of Astronaut Blue #154563

Color information

#154563 (or 0x154563) is unknown color: approx Astronaut Blue. HEX triplet: 15, 45 and 63. RGB value is (21,69,99). Sum of RGB (Red+Green+Blue) = 21+69+99=189 (25% of max value = 765). Red value is 21 (8.59% from 255 or 11.11% from 189); Green value is 69 (27.34% from 255 or 36.51% from 189); Blue value is 99 (39.06% from 255 or 52.38% from 189); Max value from RGB is 99 - color contains mainly: blue. Hex color #154563 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #154563 is #EABA9C. Grayscale: #393939. Windows color (decimal): -15383197 or 6505749. OLE color: 6505749.

HSL color Cylindrical-coordinate representation of color #154563: hue angle of 203.08º degrees, saturation: 0.65, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #154563 is Cyan = 0.79, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB216999-
CMYK0.790.3000.61
HSL203.08º65%23.53%-
HSV(B)203.08º78.79%38.82%-
XYZ4.695.3212.58-
YUV58.07151.1101.56-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 11.11%
GREEN value IS 69 (27.34% from 255) = 36.51%
BLUE value IS 99 (39.06% from 255) = 52.38%
R=11.11%
G=36.51%
B=52.38%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal2169990.790.3000.61203.086523.53
Hex1545634F1E03Dcb4118
Octal251051431173607531310130
Binary1010110001011100011100111111110011110111001011100000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #154563

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #154563; }

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

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

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

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

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

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

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

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