Shades of Astronaut Blue #13485D
Tints of Astronaut Blue #13485D
RGB
CMYK
RGB Variations
Color information
#13485D (or 0x13485D) is known color: Astronaut Blue. HEX triplet: 13, 48 and 5D. RGB value is (19,72,93). Sum of RGB (Red+Green+Blue) = 19+72+93=184 (24% of max value = 765). Red value is 19 (7.81% from 255 or 10.33% from 184); Green value is 72 (28.52% from 255 or 39.13% from 184); Blue value is 93 (36.72% from 255 or 50.54% from 184); Max value from RGB is 93 - color contains mainly: blue. Hex color #13485D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #13485D is #ECB7A2. Grayscale: #3A3A3A. Windows color (decimal): -15513507 or 6113299. OLE color: 6113299.
HSL color Cylindrical-coordinate representation of color #13485D: hue angle of 197.03º 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 #13485D is Cyan = 0.80, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 19 | 72 | 93 | - |
| CMYK | 0.80 | 0.23 | 0 | 0.64 |
| HSL | 197.03º | 0.66% | 0.22% | - |
| HSV(B) | 197.03º | 0.8% | 0.36% | - |
| XYZ | 4.56 | 5.56 | 11.19 | - |
| YUV | 58.55 | 147.44 | 99.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 72 | 93 | 0.80 | 0.23 | 0 | 0.64 | 197.03 | 0.66 | 0.22 |
| Hex | 13 | 48 | 5D | 50 | 17 | 0 | 40 | C5 | 42 | 16 |
| Octal | 23 | 110 | 135 | 120 | 27 | 0 | 100 | 305 | 102 | 26 |
| Binary | 10011 | 1001000 | 1011101 | 1010000 | 10111 | 0 | 1000000 | 11000101 | 1000010 | 10110 |
Color Harmonies of #13485D
Complementary color
Monochromatic Colors of #13485D
Black with #13485D
Text Example
Text Example
White with #13485D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13485D; }
p { color: rgb(19,72,93); }
H1.HeaderClassName
{
color: #13485D;
}
.AnyTagClassName
{
color: #13485D;
}
</style>
background-color css
<style>
a { background-color: #13485D; }
a { background-color: rgb(19,72,93); }
div.DivClassName
{
background-color: #13485D;
}
.BgClassName
{
background-color: #13485D;
}
</style>
border-color css
<style>
span { border-color: #13485D; }
span { border-color: rgb(19,72,93); }
td.TdClassName
{
border-color: #13485D;
}
.TagClassName
{
border-color: #13485D;
}
</style>