Shades of Astronaut Blue #134C67
Tints of Astronaut Blue #134C67
RGB
CMYK
RGB Variations
Color information
#134C67 (or 0x134C67) is known color: Astronaut Blue. HEX triplet: 13, 4C and 67. RGB value is (19,76,103). Sum of RGB (Red+Green+Blue) = 19+76+103=198 (26% of max value = 765). Red value is 19 (7.81% from 255 or 9.60% from 198); Green value is 76 (30.08% from 255 or 38.38% from 198); Blue value is 103 (40.62% from 255 or 52.02% from 198); Max value from RGB is 103 - color contains mainly: blue. Hex color #134C67 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #134C67 is #ECB398. Grayscale: #3D3D3D. Windows color (decimal): -15512473 or 6769683. OLE color: 6769683.
HSL color Cylindrical-coordinate representation of color #134C67: hue angle of 199.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 #134C67 is Cyan = 0.82, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 19 | 76 | 103 | - |
| CMYK | 0.82 | 0.26 | 0 | 0.60 |
| HSL | 199.29º | 0.69% | 0.24% | - |
| HSV(B) | 199.29º | 0.82% | 0.4% | - |
| XYZ | 5.3 | 6.29 | 13.77 | - |
| YUV | 62.04 | 151.12 | 97.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 76 | 103 | 0.82 | 0.26 | 0 | 0.60 | 199.29 | 0.69 | 0.24 |
| Hex | 13 | 4C | 67 | 52 | 1A | 0 | 3C | C7 | 45 | 18 |
| Octal | 23 | 114 | 147 | 122 | 32 | 0 | 74 | 307 | 105 | 30 |
| Binary | 10011 | 1001100 | 1100111 | 1010010 | 11010 | 0 | 111100 | 11000111 | 1000101 | 11000 |
Color Harmonies of #134C67
Complementary color
Monochromatic Colors of #134C67
Black with #134C67
Text Example
Text Example
White with #134C67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #134C67; }
p { color: rgb(19,76,103); }
H1.HeaderClassName
{
color: #134C67;
}
.AnyTagClassName
{
color: #134C67;
}
</style>
background-color css
<style>
a { background-color: #134C67; }
a { background-color: rgb(19,76,103); }
div.DivClassName
{
background-color: #134C67;
}
.BgClassName
{
background-color: #134C67;
}
</style>
border-color css
<style>
span { border-color: #134C67; }
span { border-color: rgb(19,76,103); }
td.TdClassName
{
border-color: #134C67;
}
.TagClassName
{
border-color: #134C67;
}
</style>