Shades of Astronaut Blue #134355
Tints of Astronaut Blue #134355
RGB
CMYK
RGB Variations
Color information
#134355 (or 0x134355) is known color: Astronaut Blue. HEX triplet: 13, 43 and 55. RGB value is (19,67,85). Sum of RGB (Red+Green+Blue) = 19+67+85=171 (22% of max value = 765). Red value is 19 (7.81% from 255 or 11.11% from 171); Green value is 67 (26.56% from 255 or 39.18% from 171); Blue value is 85 (33.59% from 255 or 49.71% from 171); Max value from RGB is 85 - color contains mainly: blue. Hex color #134355 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #134355 is #ECBCAA. Grayscale: #363636. Windows color (decimal): -15514795 or 5587731. OLE color: 5587731.
HSL color Cylindrical-coordinate representation of color #134355: hue angle of 196.36º degrees, saturation: 0.63, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #134355 is Cyan = 0.78, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 19 | 67 | 85 | - |
| CMYK | 0.78 | 0.21 | 0 | 0.67 |
| HSL | 196.36º | 0.63% | 0.2% | - |
| HSV(B) | 196.36º | 0.78% | 0.33% | - |
| XYZ | 3.92 | 4.81 | 9.32 | - |
| YUV | 54.7 | 145.1 | 102.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 67 | 85 | 0.78 | 0.21 | 0 | 0.67 | 196.36 | 0.63 | 0.2 |
| Hex | 13 | 43 | 55 | 4E | 15 | 0 | 43 | C4 | 3F | 14 |
| Octal | 23 | 103 | 125 | 116 | 25 | 0 | 103 | 304 | 77 | 24 |
| Binary | 10011 | 1000011 | 1010101 | 1001110 | 10101 | 0 | 1000011 | 11000100 | 111111 | 10100 |
Color Harmonies of #134355
Complementary color
Monochromatic Colors of #134355
Black with #134355
Text Example
Text Example
White with #134355
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #134355; }
p { color: rgb(19,67,85); }
H1.HeaderClassName
{
color: #134355;
}
.AnyTagClassName
{
color: #134355;
}
</style>
background-color css
<style>
a { background-color: #134355; }
a { background-color: rgb(19,67,85); }
div.DivClassName
{
background-color: #134355;
}
.BgClassName
{
background-color: #134355;
}
</style>
border-color css
<style>
span { border-color: #134355; }
span { border-color: rgb(19,67,85); }
td.TdClassName
{
border-color: #134355;
}
.TagClassName
{
border-color: #134355;
}
</style>