#15445E

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

Shades of Astronaut Blue #15445E

Tints of Astronaut Blue #15445E

Color information

#15445E (or 0x15445E) is unknown color: approx Astronaut Blue. HEX triplet: 15, 44 and 5E. RGB value is (21,68,94). Sum of RGB (Red+Green+Blue) = 21+68+94=183 (24% of max value = 765). Red value is 21 (8.59% from 255 or 11.48% from 183); Green value is 68 (26.95% from 255 or 37.16% from 183); Blue value is 94 (37.11% from 255 or 51.37% from 183); Max value from RGB is 94 - color contains mainly: blue. Hex color #15445E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #15445E is #EABBA1. Grayscale: #383838. Windows color (decimal): -15383458 or 6177813. OLE color: 6177813.

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

Color convert

RGB216894-
CMYK0.780.2800.63
HSL201.37º63.48%22.55%-
HSV(B)201.37º77.66%36.86%-
XYZ4.45.111.34-
YUV56.91148.93102.39-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 11.48%
GREEN value IS 68 (26.95% from 255) = 37.16%
BLUE value IS 94 (37.11% from 255) = 51.37%
R=11.48%
G=37.16%
B=51.37%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal2168940.780.2800.63201.3763.4822.55
Hex15445E4E1C03Fc93f17
Octal25104136116340773117727
Binary101011000100101111010011101110001111111100100111111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15445E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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