Shades of Astronaut Blue #13435C
Tints of Astronaut Blue #13435C
RGB
CMYK
RGB Variations
Color information
#13435C (or 0x13435C) is known color: Astronaut Blue. HEX triplet: 13, 43 and 5C. RGB value is (19,67,92). Sum of RGB (Red+Green+Blue) = 19+67+92=178 (23% of max value = 765). Red value is 19 (7.81% from 255 or 10.67% from 178); Green value is 67 (26.56% from 255 or 37.64% from 178); Blue value is 92 (36.33% from 255 or 51.69% from 178); Max value from RGB is 92 - color contains mainly: blue. Hex color #13435C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #13435C is #ECBCA3. Grayscale: #373737. Windows color (decimal): -15514788 or 6046483. OLE color: 6046483.
HSL color Cylindrical-coordinate representation of color #13435C: hue angle of 200.55º 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 #13435C is Cyan = 0.79, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 19 | 67 | 92 | - |
| CMYK | 0.79 | 0.27 | 0 | 0.64 |
| HSL | 200.55º | 0.66% | 0.22% | - |
| HSV(B) | 200.55º | 0.79% | 0.36% | - |
| XYZ | 4.21 | 4.93 | 10.85 | - |
| YUV | 55.5 | 148.6 | 101.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 67 | 92 | 0.79 | 0.27 | 0 | 0.64 | 200.55 | 0.66 | 0.22 |
| Hex | 13 | 43 | 5C | 4F | 1B | 0 | 40 | C9 | 42 | 16 |
| Octal | 23 | 103 | 134 | 117 | 33 | 0 | 100 | 311 | 102 | 26 |
| Binary | 10011 | 1000011 | 1011100 | 1001111 | 11011 | 0 | 1000000 | 11001001 | 1000010 | 10110 |
Color Harmonies of #13435C
Complementary color
Monochromatic Colors of #13435C
Black with #13435C
Text Example
Text Example
White with #13435C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13435C; }
p { color: rgb(19,67,92); }
H1.HeaderClassName
{
color: #13435C;
}
.AnyTagClassName
{
color: #13435C;
}
</style>
background-color css
<style>
a { background-color: #13435C; }
a { background-color: rgb(19,67,92); }
div.DivClassName
{
background-color: #13435C;
}
.BgClassName
{
background-color: #13435C;
}
</style>
border-color css
<style>
span { border-color: #13435C; }
span { border-color: rgb(19,67,92); }
td.TdClassName
{
border-color: #13435C;
}
.TagClassName
{
border-color: #13435C;
}
</style>