#154663

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

Shades of Astronaut Blue #154663

Tints of Astronaut Blue #154663

Color information

#154663 (or 0x154663) is unknown color: approx Astronaut Blue. HEX triplet: 15, 46 and 63. RGB value is (21,70,99). Sum of RGB (Red+Green+Blue) = 21+70+99=190 (25% of max value = 765). Red value is 21 (8.59% from 255 or 11.05% from 190); Green value is 70 (27.73% from 255 or 36.84% from 190); Blue value is 99 (39.06% from 255 or 52.11% from 190); Max value from RGB is 99 - color contains mainly: blue. Hex color #154663 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #154663 is #EAB99C. Grayscale: #3A3A3A. Windows color (decimal): -15382941 or 6506005. OLE color: 6506005.

HSL color Cylindrical-coordinate representation of color #154663: hue angle of 202.31º 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 #154663 is Cyan = 0.79, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB217099-
CMYK0.790.2900.61
HSL202.31º65%23.53%-
HSV(B)202.31º78.79%38.82%-
XYZ4.755.4412.6-
YUV58.66150.77101.14-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 11.05%
GREEN value IS 70 (27.73% from 255) = 36.84%
BLUE value IS 99 (39.06% from 255) = 52.11%
R=11.05%
G=36.84%
B=52.11%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal2170990.790.2900.61202.316523.53
Hex1546634F1D03Dca4118
Octal251061431173507531210130
Binary1010110001101100011100111111101011110111001010100000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #154663

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #154663; }

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

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

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

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

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

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

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

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