Shades of Astronaut Blue #13465C
Tints of Astronaut Blue #13465C
RGB
CMYK
RGB Variations
Color information
#13465C (or 0x13465C) is known color: Astronaut Blue. HEX triplet: 13, 46 and 5C. RGB value is (19,70,92). Sum of RGB (Red+Green+Blue) = 19+70+92=181 (23% of max value = 765). Red value is 19 (7.81% from 255 or 10.50% from 181); Green value is 70 (27.73% from 255 or 38.67% from 181); Blue value is 92 (36.33% from 255 or 50.83% from 181); Max value from RGB is 92 - color contains mainly: blue. Hex color #13465C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #13465C is #ECB9A3. Grayscale: #393939. Windows color (decimal): -15514020 or 6047251. OLE color: 6047251.
HSL color Cylindrical-coordinate representation of color #13465C: hue angle of 198.08º degrees, saturation: 0.66, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #13465C is Cyan = 0.79, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 19 | 70 | 92 | - |
| CMYK | 0.79 | 0.24 | 0 | 0.64 |
| HSL | 198.08º | 0.66% | 0.22% | - |
| HSV(B) | 198.08º | 0.79% | 0.36% | - |
| XYZ | 4.39 | 5.29 | 10.92 | - |
| YUV | 57.26 | 147.6 | 100.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 70 | 92 | 0.79 | 0.24 | 0 | 0.64 | 198.08 | 0.66 | 0.22 |
| Hex | 13 | 46 | 5C | 4F | 18 | 0 | 40 | C6 | 42 | 16 |
| Octal | 23 | 106 | 134 | 117 | 30 | 0 | 100 | 306 | 102 | 26 |
| Binary | 10011 | 1000110 | 1011100 | 1001111 | 11000 | 0 | 1000000 | 11000110 | 1000010 | 10110 |
Color Harmonies of #13465C
Complementary color
Monochromatic Colors of #13465C
Black with #13465C
Text Example
Text Example
White with #13465C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13465C; }
p { color: rgb(19,70,92); }
H1.HeaderClassName
{
color: #13465C;
}
.AnyTagClassName
{
color: #13465C;
}
</style>
background-color css
<style>
a { background-color: #13465C; }
a { background-color: rgb(19,70,92); }
div.DivClassName
{
background-color: #13465C;
}
.BgClassName
{
background-color: #13465C;
}
</style>
border-color css
<style>
span { border-color: #13465C; }
span { border-color: rgb(19,70,92); }
td.TdClassName
{
border-color: #13465C;
}
.TagClassName
{
border-color: #13465C;
}
</style>