Shades of Astronaut Blue #184568
Tints of Astronaut Blue #184568
RGB
CMYK
RGB Variations
Color information
#184568 (or 0x184568) is known color: Astronaut Blue. HEX triplet: 18, 45 and 68. RGB value is (24,69,104). Sum of RGB (Red+Green+Blue) = 24+69+104=197 (26% of max value = 765). Red value is 24 (9.77% from 255 or 12.18% from 197); Green value is 69 (27.34% from 255 or 35.03% from 197); Blue value is 104 (41.02% from 255 or 52.79% from 197); Max value from RGB is 104 - color contains mainly: blue. Hex color #184568 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #184568 is #E7BA97. Grayscale: #3B3B3B. Windows color (decimal): -15186584 or 6833432. OLE color: 6833432.
HSL color Cylindrical-coordinate representation of color #184568: hue angle of 206.25º degrees, saturation: 0.62, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #184568 is Cyan = 0.77, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 24 | 69 | 104 | - |
| CMYK | 0.77 | 0.34 | 0 | 0.59 |
| HSL | 206.25º | 0.63% | 0.25% | - |
| HSV(B) | 206.25º | 0.77% | 0.41% | - |
| XYZ | 5 | 5.45 | 13.88 | - |
| YUV | 59.54 | 153.09 | 102.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 69 | 104 | 0.77 | 0.34 | 0 | 0.59 | 206.25 | 0.63 | 0.25 |
| Hex | 18 | 45 | 68 | 4D | 22 | 0 | 3B | CE | 3E | 19 |
| Octal | 30 | 105 | 150 | 115 | 42 | 0 | 73 | 316 | 76 | 31 |
| Binary | 11000 | 1000101 | 1101000 | 1001101 | 100010 | 0 | 111011 | 11001110 | 111110 | 11001 |
Color Harmonies of #184568
Complementary color
Monochromatic Colors of #184568
Black with #184568
Text Example
Text Example
White with #184568
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #184568; }
p { color: rgb(24,69,104); }
H1.HeaderClassName
{
color: #184568;
}
.AnyTagClassName
{
color: #184568;
}
</style>
background-color css
<style>
a { background-color: #184568; }
a { background-color: rgb(24,69,104); }
div.DivClassName
{
background-color: #184568;
}
.BgClassName
{
background-color: #184568;
}
</style>
border-color css
<style>
span { border-color: #184568; }
span { border-color: rgb(24,69,104); }
td.TdClassName
{
border-color: #184568;
}
.TagClassName
{
border-color: #184568;
}
</style>