Shades of Astronaut Blue #134465
Tints of Astronaut Blue #134465
RGB
CMYK
RGB Variations
Color information
#134465 (or 0x134465) is known color: Astronaut Blue. HEX triplet: 13, 44 and 65. RGB value is (19,68,101). Sum of RGB (Red+Green+Blue) = 19+68+101=188 (24% of max value = 765). Red value is 19 (7.81% from 255 or 10.11% from 188); Green value is 68 (26.95% from 255 or 36.17% from 188); Blue value is 101 (39.84% from 255 or 53.72% from 188); Max value from RGB is 101 - color contains mainly: blue. Hex color #134465 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #134465 is #ECBB9A. Grayscale: #383838. Windows color (decimal): -15514523 or 6636563. OLE color: 6636563.
HSL color Cylindrical-coordinate representation of color #134465: hue angle of 204.15º 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 #134465 is Cyan = 0.81, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 19 | 68 | 101 | - |
| CMYK | 0.81 | 0.33 | 0 | 0.60 |
| HSL | 204.15º | 0.68% | 0.24% | - |
| HSV(B) | 204.15º | 0.81% | 0.4% | - |
| XYZ | 4.68 | 5.21 | 13.07 | - |
| YUV | 57.11 | 152.77 | 100.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 68 | 101 | 0.81 | 0.33 | 0 | 0.60 | 204.15 | 0.68 | 0.24 |
| Hex | 13 | 44 | 65 | 51 | 21 | 0 | 3C | CC | 44 | 18 |
| Octal | 23 | 104 | 145 | 121 | 41 | 0 | 74 | 314 | 104 | 30 |
| Binary | 10011 | 1000100 | 1100101 | 1010001 | 100001 | 0 | 111100 | 11001100 | 1000100 | 11000 |
Color Harmonies of #134465
Complementary color
Monochromatic Colors of #134465
Black with #134465
Text Example
Text Example
White with #134465
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #134465; }
p { color: rgb(19,68,101); }
H1.HeaderClassName
{
color: #134465;
}
.AnyTagClassName
{
color: #134465;
}
</style>
background-color css
<style>
a { background-color: #134465; }
a { background-color: rgb(19,68,101); }
div.DivClassName
{
background-color: #134465;
}
.BgClassName
{
background-color: #134465;
}
</style>
border-color css
<style>
span { border-color: #134465; }
span { border-color: rgb(19,68,101); }
td.TdClassName
{
border-color: #134465;
}
.TagClassName
{
border-color: #134465;
}
</style>