Shades of Astronaut Blue #134363
Tints of Astronaut Blue #134363
RGB
CMYK
RGB Variations
Color information
#134363 (or 0x134363) is known color: Astronaut Blue. HEX triplet: 13, 43 and 63. RGB value is (19,67,99). Sum of RGB (Red+Green+Blue) = 19+67+99=185 (24% of max value = 765). Red value is 19 (7.81% from 255 or 10.27% from 185); Green value is 67 (26.56% from 255 or 36.22% from 185); Blue value is 99 (39.06% from 255 or 53.51% from 185); Max value from RGB is 99 - color contains mainly: blue. Hex color #134363 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #134363 is #ECBC9C. Grayscale: #383838. Windows color (decimal): -15514781 or 6505235. OLE color: 6505235.
HSL color Cylindrical-coordinate representation of color #134363: hue angle of 204º degrees, saturation: 0.68, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #134363 is Cyan = 0.81, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 19 | 67 | 99 | - |
| CMYK | 0.81 | 0.32 | 0 | 0.61 |
| HSL | 204º | 0.68% | 0.23% | - |
| HSV(B) | 204º | 0.81% | 0.39% | - |
| XYZ | 4.53 | 5.05 | 12.54 | - |
| YUV | 56.3 | 152.1 | 101.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 67 | 99 | 0.81 | 0.32 | 0 | 0.61 | 204 | 0.68 | 0.23 |
| Hex | 13 | 43 | 63 | 51 | 20 | 0 | 3D | CC | 44 | 17 |
| Octal | 23 | 103 | 143 | 121 | 40 | 0 | 75 | 314 | 104 | 27 |
| Binary | 10011 | 1000011 | 1100011 | 1010001 | 100000 | 0 | 111101 | 11001100 | 1000100 | 10111 |
Color Harmonies of #134363
Complementary color
Monochromatic Colors of #134363
Black with #134363
Text Example
Text Example
White with #134363
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #134363; }
p { color: rgb(19,67,99); }
H1.HeaderClassName
{
color: #134363;
}
.AnyTagClassName
{
color: #134363;
}
</style>
background-color css
<style>
a { background-color: #134363; }
a { background-color: rgb(19,67,99); }
div.DivClassName
{
background-color: #134363;
}
.BgClassName
{
background-color: #134363;
}
</style>
border-color css
<style>
span { border-color: #134363; }
span { border-color: rgb(19,67,99); }
td.TdClassName
{
border-color: #134363;
}
.TagClassName
{
border-color: #134363;
}
</style>