Shades of Astronaut Blue #133F54
Tints of Astronaut Blue #133F54
RGB
CMYK
RGB Variations
Color information
#133F54 (or 0x133F54) is known color: Astronaut Blue. HEX triplet: 13, 3F and 54. RGB value is (19,63,84). Sum of RGB (Red+Green+Blue) = 19+63+84=166 (21% of max value = 765). Red value is 19 (7.81% from 255 or 11.45% from 166); Green value is 63 (25% from 255 or 37.95% from 166); Blue value is 84 (33.20% from 255 or 50.60% from 166); Max value from RGB is 84 - color contains mainly: blue. Hex color #133F54 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #133F54 is #ECC0AB. Grayscale: #343434. Windows color (decimal): -15515820 or 5521171. OLE color: 5521171.
HSL color Cylindrical-coordinate representation of color #133F54: hue angle of 199.38º degrees, saturation: 0.63, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #133F54 is Cyan = 0.77, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 19 | 63 | 84 | - |
| CMYK | 0.77 | 0.25 | 0 | 0.67 |
| HSL | 199.38º | 0.63% | 0.2% | - |
| HSV(B) | 199.38º | 0.77% | 0.33% | - |
| XYZ | 3.65 | 4.33 | 9.03 | - |
| YUV | 52.24 | 145.92 | 104.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 63 | 84 | 0.77 | 0.25 | 0 | 0.67 | 199.38 | 0.63 | 0.2 |
| Hex | 13 | 3F | 54 | 4D | 19 | 0 | 43 | C7 | 3F | 14 |
| Octal | 23 | 77 | 124 | 115 | 31 | 0 | 103 | 307 | 77 | 24 |
| Binary | 10011 | 111111 | 1010100 | 1001101 | 11001 | 0 | 1000011 | 11000111 | 111111 | 10100 |
Color Harmonies of #133F54
Complementary color
Monochromatic Colors of #133F54
Black with #133F54
Text Example
Text Example
White with #133F54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #133F54; }
p { color: rgb(19,63,84); }
H1.HeaderClassName
{
color: #133F54;
}
.AnyTagClassName
{
color: #133F54;
}
</style>
background-color css
<style>
a { background-color: #133F54; }
a { background-color: rgb(19,63,84); }
div.DivClassName
{
background-color: #133F54;
}
.BgClassName
{
background-color: #133F54;
}
</style>
border-color css
<style>
span { border-color: #133F54; }
span { border-color: rgb(19,63,84); }
td.TdClassName
{
border-color: #133F54;
}
.TagClassName
{
border-color: #133F54;
}
</style>