#15455F

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

Shades of Astronaut Blue #15455F

Tints of Astronaut Blue #15455F

Color information

#15455F (or 0x15455F) is unknown color: approx Astronaut Blue. HEX triplet: 15, 45 and 5F. RGB value is (21,69,95). Sum of RGB (Red+Green+Blue) = 21+69+95=185 (24% of max value = 765). Red value is 21 (8.59% from 255 or 11.35% from 185); Green value is 69 (27.34% from 255 or 37.30% from 185); Blue value is 95 (37.5% from 255 or 51.35% from 185); Max value from RGB is 95 - color contains mainly: blue. Hex color #15455F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #15455F is #EABAA0. Grayscale: #393939. Windows color (decimal): -15383201 or 6243605. OLE color: 6243605.

HSL color Cylindrical-coordinate representation of color #15455F: hue angle of 201.08º 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 #15455F is Cyan = 0.78, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB216995-
CMYK0.780.2700.63
HSL201.08º63.79%22.75%-
HSV(B)201.08º77.89%37.25%-
XYZ4.55.2411.6-
YUV57.61149.1101.89-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 11.35%
GREEN value IS 69 (27.34% from 255) = 37.30%
BLUE value IS 95 (37.5% from 255) = 51.35%
R=11.35%
G=37.30%
B=51.35%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal2169950.780.2700.63201.0863.7922.75
Hex15455F4E1B03Fc94017
Octal251051371163307731110027
Binary1010110001011011111100111011011011111111001001100000010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15455F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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