Shades of Astronaut Blue #184B68
Tints of Astronaut Blue #184B68
RGB
CMYK
RGB Variations
Color information
#184B68 (or 0x184B68) is known color: Astronaut Blue. HEX triplet: 18, 4B and 68. RGB value is (24,75,104). Sum of RGB (Red+Green+Blue) = 24+75+104=203 (26% of max value = 765). Red value is 24 (9.77% from 255 or 11.82% from 203); Green value is 75 (29.69% from 255 or 36.95% from 203); Blue value is 104 (41.02% from 255 or 51.23% from 203); Max value from RGB is 104 - color contains mainly: blue. Hex color #184B68 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #184B68 is #E7B497. Grayscale: #3E3E3E. Windows color (decimal): -15185048 or 6834968. OLE color: 6834968.
HSL color Cylindrical-coordinate representation of color #184B68: hue angle of 201.75º 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 #184B68 is Cyan = 0.77, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 24 | 75 | 104 | - |
| CMYK | 0.77 | 0.28 | 0 | 0.59 |
| HSL | 201.75º | 0.63% | 0.25% | - |
| HSV(B) | 201.75º | 0.77% | 0.41% | - |
| XYZ | 5.39 | 6.23 | 14.01 | - |
| YUV | 63.06 | 151.1 | 100.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 75 | 104 | 0.77 | 0.28 | 0 | 0.59 | 201.75 | 0.63 | 0.25 |
| Hex | 18 | 4B | 68 | 4D | 1C | 0 | 3B | CA | 3E | 19 |
| Octal | 30 | 113 | 150 | 115 | 34 | 0 | 73 | 312 | 76 | 31 |
| Binary | 11000 | 1001011 | 1101000 | 1001101 | 11100 | 0 | 111011 | 11001010 | 111110 | 11001 |
Color Harmonies of #184B68
Complementary color
Monochromatic Colors of #184B68
Black with #184B68
Text Example
Text Example
White with #184B68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #184B68; }
p { color: rgb(24,75,104); }
H1.HeaderClassName
{
color: #184B68;
}
.AnyTagClassName
{
color: #184B68;
}
</style>
background-color css
<style>
a { background-color: #184B68; }
a { background-color: rgb(24,75,104); }
div.DivClassName
{
background-color: #184B68;
}
.BgClassName
{
background-color: #184B68;
}
</style>
border-color css
<style>
span { border-color: #184B68; }
span { border-color: rgb(24,75,104); }
td.TdClassName
{
border-color: #184B68;
}
.TagClassName
{
border-color: #184B68;
}
</style>