Shades of Astronaut Blue #13435B
Tints of Astronaut Blue #13435B
RGB
CMYK
RGB Variations
Color information
#13435B (or 0x13435B) is known color: Astronaut Blue. HEX triplet: 13, 43 and 5B. RGB value is (19,67,91). Sum of RGB (Red+Green+Blue) = 19+67+91=177 (23% of max value = 765). Red value is 19 (7.81% from 255 or 10.73% from 177); Green value is 67 (26.56% from 255 or 37.85% from 177); Blue value is 91 (35.94% from 255 or 51.41% from 177); Max value from RGB is 91 - color contains mainly: blue. Hex color #13435B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #13435B is #ECBCA4. Grayscale: #373737. Windows color (decimal): -15514789 or 5980947. OLE color: 5980947.
HSL color Cylindrical-coordinate representation of color #13435B: hue angle of 200º degrees, saturation: 0.65, 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 #13435B is Cyan = 0.79, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 19 | 67 | 91 | - |
| CMYK | 0.79 | 0.26 | 0 | 0.64 |
| HSL | 200º | 0.65% | 0.22% | - |
| HSV(B) | 200º | 0.79% | 0.36% | - |
| XYZ | 4.16 | 4.91 | 10.63 | - |
| YUV | 55.38 | 148.1 | 102.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 67 | 91 | 0.79 | 0.26 | 0 | 0.64 | 200 | 0.65 | 0.22 |
| Hex | 13 | 43 | 5B | 4F | 1A | 0 | 40 | C8 | 41 | 16 |
| Octal | 23 | 103 | 133 | 117 | 32 | 0 | 100 | 310 | 101 | 26 |
| Binary | 10011 | 1000011 | 1011011 | 1001111 | 11010 | 0 | 1000000 | 11001000 | 1000001 | 10110 |
Color Harmonies of #13435B
Complementary color
Monochromatic Colors of #13435B
Black with #13435B
Text Example
Text Example
White with #13435B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13435B; }
p { color: rgb(19,67,91); }
H1.HeaderClassName
{
color: #13435B;
}
.AnyTagClassName
{
color: #13435B;
}
</style>
background-color css
<style>
a { background-color: #13435B; }
a { background-color: rgb(19,67,91); }
div.DivClassName
{
background-color: #13435B;
}
.BgClassName
{
background-color: #13435B;
}
</style>
border-color css
<style>
span { border-color: #13435B; }
span { border-color: rgb(19,67,91); }
td.TdClassName
{
border-color: #13435B;
}
.TagClassName
{
border-color: #13435B;
}
</style>