Shades of Astronaut Blue #135061
Tints of Astronaut Blue #135061
RGB
CMYK
RGB Variations
Color information
#135061 (or 0x135061) is known color: Astronaut Blue. HEX triplet: 13, 50 and 61. RGB value is (19,80,97). Sum of RGB (Red+Green+Blue) = 19+80+97=196 (25% of max value = 765). Red value is 19 (7.81% from 255 or 9.69% from 196); Green value is 80 (31.64% from 255 or 40.82% from 196); Blue value is 97 (38.28% from 255 or 49.49% from 196); Max value from RGB is 97 - color contains mainly: blue. Hex color #135061 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #135061 is #ECAF9E. Grayscale: #3F3F3F. Windows color (decimal): -15511455 or 6377491. OLE color: 6377491.
HSL color Cylindrical-coordinate representation of color #135061: hue angle of 193.08º degrees, saturation: 0.67, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #135061 is Cyan = 0.80, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 19 | 80 | 97 | - |
| CMYK | 0.80 | 0.18 | 0 | 0.62 |
| HSL | 193.08º | 0.67% | 0.23% | - |
| HSV(B) | 193.08º | 0.8% | 0.38% | - |
| XYZ | 5.29 | 6.74 | 12.33 | - |
| YUV | 63.7 | 146.79 | 96.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 80 | 97 | 0.80 | 0.18 | 0 | 0.62 | 193.08 | 0.67 | 0.23 |
| Hex | 13 | 50 | 61 | 50 | 12 | 0 | 3E | C1 | 43 | 17 |
| Octal | 23 | 120 | 141 | 120 | 22 | 0 | 76 | 301 | 103 | 27 |
| Binary | 10011 | 1010000 | 1100001 | 1010000 | 10010 | 0 | 111110 | 11000001 | 1000011 | 10111 |
Color Harmonies of #135061
Complementary color
Monochromatic Colors of #135061
Black with #135061
Text Example
Text Example
White with #135061
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #135061; }
p { color: rgb(19,80,97); }
H1.HeaderClassName
{
color: #135061;
}
.AnyTagClassName
{
color: #135061;
}
</style>
background-color css
<style>
a { background-color: #135061; }
a { background-color: rgb(19,80,97); }
div.DivClassName
{
background-color: #135061;
}
.BgClassName
{
background-color: #135061;
}
</style>
border-color css
<style>
span { border-color: #135061; }
span { border-color: rgb(19,80,97); }
td.TdClassName
{
border-color: #135061;
}
.TagClassName
{
border-color: #135061;
}
</style>