#15495F

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

Shades of Astronaut Blue #15495F

Tints of Astronaut Blue #15495F

Color information

#15495F (or 0x15495F) is unknown color: approx Astronaut Blue. HEX triplet: 15, 49 and 5F. RGB value is (21,73,95). Sum of RGB (Red+Green+Blue) = 21+73+95=189 (25% of max value = 765). Red value is 21 (8.59% from 255 or 11.11% from 189); Green value is 73 (28.91% from 255 or 38.62% from 189); Blue value is 95 (37.5% from 255 or 50.26% from 189); Max value from RGB is 95 - color contains mainly: blue. Hex color #15495F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #15495F is #EAB6A0. Grayscale: #3B3B3B. Windows color (decimal): -15382177 or 6244629. OLE color: 6244629.

HSL color Cylindrical-coordinate representation of color #15495F: hue angle of 197.84º degrees, saturation: 0.64, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #15495F is Cyan = 0.78, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB217395-
CMYK0.780.2300.63
HSL197.84º63.79%22.75%-
HSV(B)197.84º77.89%37.25%-
XYZ4.765.7511.69-
YUV59.96147.77100.21-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 11.11%
GREEN value IS 73 (28.91% from 255) = 38.62%
BLUE value IS 95 (37.5% from 255) = 50.26%
R=11.11%
G=38.62%
B=50.26%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal2173950.780.2300.63197.8463.7922.75
Hex15495F4E1703Fc64017
Octal251111371162707730610027
Binary1010110010011011111100111010111011111111000110100000010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15495F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #15495F; }

 p { color: rgb(21,73,95); }

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

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

 a { background-color: rgb(21,73,95); }

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

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

 span { border-color: rgb(21,73,95); }

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