Shades of Astronaut Blue #13495A
Tints of Astronaut Blue #13495A
RGB
CMYK
RGB Variations
Color information
#13495A (or 0x13495A) is known color: Astronaut Blue. HEX triplet: 13, 49 and 5A. RGB value is (19,73,90). Sum of RGB (Red+Green+Blue) = 19+73+90=182 (24% of max value = 765). Red value is 19 (7.81% from 255 or 10.44% from 182); Green value is 73 (28.91% from 255 or 40.11% from 182); Blue value is 90 (35.55% from 255 or 49.45% from 182); Max value from RGB is 90 - color contains mainly: blue. Hex color #13495A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #13495A is #ECB6A5. Grayscale: #3A3A3A. Windows color (decimal): -15513254 or 5916947. OLE color: 5916947.
HSL color Cylindrical-coordinate representation of color #13495A: hue angle of 194.37º degrees, saturation: 0.65, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #13495A is Cyan = 0.79, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 19 | 73 | 90 | - |
| CMYK | 0.79 | 0.19 | 0 | 0.65 |
| HSL | 194.37º | 0.65% | 0.21% | - |
| HSV(B) | 194.37º | 0.79% | 0.35% | - |
| XYZ | 4.5 | 5.64 | 10.52 | - |
| YUV | 58.79 | 145.61 | 99.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 73 | 90 | 0.79 | 0.19 | 0 | 0.65 | 194.37 | 0.65 | 0.21 |
| Hex | 13 | 49 | 5A | 4F | 13 | 0 | 41 | C2 | 41 | 15 |
| Octal | 23 | 111 | 132 | 117 | 23 | 0 | 101 | 302 | 101 | 25 |
| Binary | 10011 | 1001001 | 1011010 | 1001111 | 10011 | 0 | 1000001 | 11000010 | 1000001 | 10101 |
Color Harmonies of #13495A
Complementary color
Monochromatic Colors of #13495A
Black with #13495A
Text Example
Text Example
White with #13495A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13495A; }
p { color: rgb(19,73,90); }
H1.HeaderClassName
{
color: #13495A;
}
.AnyTagClassName
{
color: #13495A;
}
</style>
background-color css
<style>
a { background-color: #13495A; }
a { background-color: rgb(19,73,90); }
div.DivClassName
{
background-color: #13495A;
}
.BgClassName
{
background-color: #13495A;
}
</style>
border-color css
<style>
span { border-color: #13495A; }
span { border-color: rgb(19,73,90); }
td.TdClassName
{
border-color: #13495A;
}
.TagClassName
{
border-color: #13495A;
}
</style>