Shades of Astronaut Blue #134565
Tints of Astronaut Blue #134565
RGB
CMYK
RGB Variations
Color information
#134565 (or 0x134565) is known color: Astronaut Blue. HEX triplet: 13, 45 and 65. RGB value is (19,69,101). Sum of RGB (Red+Green+Blue) = 19+69+101=189 (25% of max value = 765). Red value is 19 (7.81% from 255 or 10.05% from 189); Green value is 69 (27.34% from 255 or 36.51% from 189); Blue value is 101 (39.84% from 255 or 53.44% from 189); Max value from RGB is 101 - color contains mainly: blue. Hex color #134565 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #134565 is #ECBA9A. Grayscale: #393939. Windows color (decimal): -15514267 or 6636819. OLE color: 6636819.
HSL color Cylindrical-coordinate representation of color #134565: hue angle of 203.41º degrees, saturation: 0.68, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #134565 is Cyan = 0.81, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 19 | 69 | 101 | - |
| CMYK | 0.81 | 0.32 | 0 | 0.60 |
| HSL | 203.41º | 0.68% | 0.24% | - |
| HSV(B) | 203.41º | 0.81% | 0.4% | - |
| XYZ | 4.75 | 5.33 | 13.09 | - |
| YUV | 57.7 | 152.44 | 100.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 69 | 101 | 0.81 | 0.32 | 0 | 0.60 | 203.41 | 0.68 | 0.24 |
| Hex | 13 | 45 | 65 | 51 | 20 | 0 | 3C | CB | 44 | 18 |
| Octal | 23 | 105 | 145 | 121 | 40 | 0 | 74 | 313 | 104 | 30 |
| Binary | 10011 | 1000101 | 1100101 | 1010001 | 100000 | 0 | 111100 | 11001011 | 1000100 | 11000 |
Color Harmonies of #134565
Complementary color
Monochromatic Colors of #134565
Black with #134565
Text Example
Text Example
White with #134565
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #134565; }
p { color: rgb(19,69,101); }
H1.HeaderClassName
{
color: #134565;
}
.AnyTagClassName
{
color: #134565;
}
</style>
background-color css
<style>
a { background-color: #134565; }
a { background-color: rgb(19,69,101); }
div.DivClassName
{
background-color: #134565;
}
.BgClassName
{
background-color: #134565;
}
</style>
border-color css
<style>
span { border-color: #134565; }
span { border-color: rgb(19,69,101); }
td.TdClassName
{
border-color: #134565;
}
.TagClassName
{
border-color: #134565;
}
</style>