Shades of Astronaut Blue #194B66
Tints of Astronaut Blue #194B66
RGB
CMYK
RGB Variations
Color information
#194B66 (or 0x194B66) is known color: Astronaut Blue. HEX triplet: 19, 4B and 66. RGB value is (25,75,102). Sum of RGB (Red+Green+Blue) = 25+75+102=202 (26% of max value = 765). Red value is 25 (10.16% from 255 or 12.38% from 202); Green value is 75 (29.69% from 255 or 37.13% from 202); Blue value is 102 (40.23% from 255 or 50.50% from 202); Max value from RGB is 102 - color contains mainly: blue. Hex color #194B66 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #194B66 is #E6B499. Grayscale: #3E3E3E. Windows color (decimal): -15119514 or 6703897. OLE color: 6703897.
HSL color Cylindrical-coordinate representation of color #194B66: hue angle of 201.04º degrees, saturation: 0.61, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #194B66 is Cyan = 0.75, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 25 | 75 | 102 | - |
| CMYK | 0.75 | 0.26 | 0 | 0.6 |
| HSL | 201.04º | 0.61% | 0.25% | - |
| HSV(B) | 201.04º | 0.75% | 0.4% | - |
| XYZ | 5.32 | 6.2 | 13.49 | - |
| YUV | 63.13 | 149.94 | 100.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 75 | 102 | 0.75 | 0.26 | 0 | 0.6 | 201.04 | 0.61 | 0.25 |
| Hex | 19 | 4B | 66 | 4B | 1A | 0 | 3C | C9 | 3D | 19 |
| Octal | 31 | 113 | 146 | 113 | 32 | 0 | 74 | 311 | 75 | 31 |
| Binary | 11001 | 1001011 | 1100110 | 1001011 | 11010 | 0 | 111100 | 11001001 | 111101 | 11001 |
Color Harmonies of #194B66
Complementary color
Monochromatic Colors of #194B66
Black with #194B66
Text Example
Text Example
White with #194B66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #194B66; }
p { color: rgb(25,75,102); }
H1.HeaderClassName
{
color: #194B66;
}
.AnyTagClassName
{
color: #194B66;
}
</style>
background-color css
<style>
a { background-color: #194B66; }
a { background-color: rgb(25,75,102); }
div.DivClassName
{
background-color: #194B66;
}
.BgClassName
{
background-color: #194B66;
}
</style>
border-color css
<style>
span { border-color: #194B66; }
span { border-color: rgb(25,75,102); }
td.TdClassName
{
border-color: #194B66;
}
.TagClassName
{
border-color: #194B66;
}
</style>