#15455E

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

Shades of Astronaut Blue #15455E

Tints of Astronaut Blue #15455E

Color information

#15455E (or 0x15455E) is unknown color: approx Astronaut Blue. HEX triplet: 15, 45 and 5E. RGB value is (21,69,94). Sum of RGB (Red+Green+Blue) = 21+69+94=184 (24% of max value = 765). Red value is 21 (8.59% from 255 or 11.41% from 184); Green value is 69 (27.34% from 255 or 37.5% from 184); Blue value is 94 (37.11% from 255 or 51.09% from 184); Max value from RGB is 94 - color contains mainly: blue. Hex color #15455E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #15455E is #EABAA1. Grayscale: #393939. Windows color (decimal): -15383202 or 6178069. OLE color: 6178069.

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

Color convert

RGB216994-
CMYK0.780.2700.63
HSL200.55º63.48%22.55%-
HSV(B)200.55º77.66%36.86%-
XYZ4.465.2211.36-
YUV57.5148.6101.97-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 11.41%
GREEN value IS 69 (27.34% from 255) = 37.5%
BLUE value IS 94 (37.11% from 255) = 51.09%
R=11.41%
G=37.5%
B=51.09%

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
Decimal2169940.780.2700.63200.5563.4822.55
Hex15455E4E1B03Fc93f17
Octal25105136116330773117727
Binary101011000101101111010011101101101111111100100111111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15455E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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