Shades of Astronaut Blue #134567
Tints of Astronaut Blue #134567
RGB
CMYK
RGB Variations
Color information
#134567 (or 0x134567) is known color: Astronaut Blue. HEX triplet: 13, 45 and 67. RGB value is (19,69,103). Sum of RGB (Red+Green+Blue) = 19+69+103=191 (25% of max value = 765). Red value is 19 (7.81% from 255 or 9.95% from 191); Green value is 69 (27.34% from 255 or 36.13% from 191); Blue value is 103 (40.62% from 255 or 53.93% from 191); Max value from RGB is 103 - color contains mainly: blue. Hex color #134567 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #134567 is #ECBA98. Grayscale: #393939. Windows color (decimal): -15514265 or 6767891. OLE color: 6767891.
HSL color Cylindrical-coordinate representation of color #134567: hue angle of 204.29º degrees, saturation: 0.69, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #134567 is Cyan = 0.82, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 19 | 69 | 103 | - |
| CMYK | 0.82 | 0.33 | 0 | 0.60 |
| HSL | 204.29º | 0.69% | 0.24% | - |
| HSV(B) | 204.29º | 0.82% | 0.4% | - |
| XYZ | 4.84 | 5.37 | 13.61 | - |
| YUV | 57.93 | 153.44 | 100.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 69 | 103 | 0.82 | 0.33 | 0 | 0.60 | 204.29 | 0.69 | 0.24 |
| Hex | 13 | 45 | 67 | 52 | 21 | 0 | 3C | CC | 45 | 18 |
| Octal | 23 | 105 | 147 | 122 | 41 | 0 | 74 | 314 | 105 | 30 |
| Binary | 10011 | 1000101 | 1100111 | 1010010 | 100001 | 0 | 111100 | 11001100 | 1000101 | 11000 |
Color Harmonies of #134567
Complementary color
Monochromatic Colors of #134567
Black with #134567
Text Example
Text Example
White with #134567
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #134567; }
p { color: rgb(19,69,103); }
H1.HeaderClassName
{
color: #134567;
}
.AnyTagClassName
{
color: #134567;
}
</style>
background-color css
<style>
a { background-color: #134567; }
a { background-color: rgb(19,69,103); }
div.DivClassName
{
background-color: #134567;
}
.BgClassName
{
background-color: #134567;
}
</style>
border-color css
<style>
span { border-color: #134567; }
span { border-color: rgb(19,69,103); }
td.TdClassName
{
border-color: #134567;
}
.TagClassName
{
border-color: #134567;
}
</style>