Shades of Astronaut Blue #13465D
Tints of Astronaut Blue #13465D
RGB
CMYK
RGB Variations
Color information
#13465D (or 0x13465D) is known color: Astronaut Blue. HEX triplet: 13, 46 and 5D. RGB value is (19,70,93). Sum of RGB (Red+Green+Blue) = 19+70+93=182 (24% of max value = 765). Red value is 19 (7.81% from 255 or 10.44% from 182); Green value is 70 (27.73% from 255 or 38.46% from 182); Blue value is 93 (36.72% from 255 or 51.10% from 182); Max value from RGB is 93 - color contains mainly: blue. Hex color #13465D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #13465D is #ECB9A2. Grayscale: #393939. Windows color (decimal): -15514019 or 6112787. OLE color: 6112787.
HSL color Cylindrical-coordinate representation of color #13465D: hue angle of 198.65º degrees, saturation: 0.66, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #13465D is Cyan = 0.80, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 19 | 70 | 93 | - |
| CMYK | 0.80 | 0.25 | 0 | 0.64 |
| HSL | 198.65º | 0.66% | 0.22% | - |
| HSV(B) | 198.65º | 0.8% | 0.36% | - |
| XYZ | 4.43 | 5.31 | 11.15 | - |
| YUV | 57.37 | 148.1 | 100.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 70 | 93 | 0.80 | 0.25 | 0 | 0.64 | 198.65 | 0.66 | 0.22 |
| Hex | 13 | 46 | 5D | 50 | 19 | 0 | 40 | C7 | 42 | 16 |
| Octal | 23 | 106 | 135 | 120 | 31 | 0 | 100 | 307 | 102 | 26 |
| Binary | 10011 | 1000110 | 1011101 | 1010000 | 11001 | 0 | 1000000 | 11000111 | 1000010 | 10110 |
Color Harmonies of #13465D
Complementary color
Monochromatic Colors of #13465D
Black with #13465D
Text Example
Text Example
White with #13465D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13465D; }
p { color: rgb(19,70,93); }
H1.HeaderClassName
{
color: #13465D;
}
.AnyTagClassName
{
color: #13465D;
}
</style>
background-color css
<style>
a { background-color: #13465D; }
a { background-color: rgb(19,70,93); }
div.DivClassName
{
background-color: #13465D;
}
.BgClassName
{
background-color: #13465D;
}
</style>
border-color css
<style>
span { border-color: #13465D; }
span { border-color: rgb(19,70,93); }
td.TdClassName
{
border-color: #13465D;
}
.TagClassName
{
border-color: #13465D;
}
</style>