Shades of Astronaut Blue #124463
Tints of Astronaut Blue #124463
RGB
CMYK
RGB Variations
Color information
#124463 (or 0x124463) is known color: Astronaut Blue. HEX triplet: 12, 44 and 63. RGB value is (18,68,99). Sum of RGB (Red+Green+Blue) = 18+68+99=185 (24% of max value = 765). Red value is 18 (7.42% from 255 or 9.73% from 185); Green value is 68 (26.95% from 255 or 36.76% from 185); Blue value is 99 (39.06% from 255 or 53.51% from 185); Max value from RGB is 99 - color contains mainly: blue. Hex color #124463 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #124463 is #EDBB9C. Grayscale: #383838. Windows color (decimal): -15580061 or 6505490. OLE color: 6505490.
HSL color Cylindrical-coordinate representation of color #124463: hue angle of 202.96º degrees, saturation: 0.69, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #124463 is Cyan = 0.82, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 18 | 68 | 99 | - |
| CMYK | 0.82 | 0.31 | 0 | 0.61 |
| HSL | 202.96º | 0.69% | 0.23% | - |
| HSV(B) | 202.96º | 0.82% | 0.39% | - |
| XYZ | 4.57 | 5.16 | 12.56 | - |
| YUV | 56.58 | 151.94 | 100.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 68 | 99 | 0.82 | 0.31 | 0 | 0.61 | 202.96 | 0.69 | 0.23 |
| Hex | 12 | 44 | 63 | 52 | 1F | 0 | 3D | CB | 45 | 17 |
| Octal | 22 | 104 | 143 | 122 | 37 | 0 | 75 | 313 | 105 | 27 |
| Binary | 10010 | 1000100 | 1100011 | 1010010 | 11111 | 0 | 111101 | 11001011 | 1000101 | 10111 |
Color Harmonies of #124463
Complementary color
Monochromatic Colors of #124463
Black with #124463
Text Example
Text Example
White with #124463
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #124463; }
p { color: rgb(18,68,99); }
H1.HeaderClassName
{
color: #124463;
}
.AnyTagClassName
{
color: #124463;
}
</style>
background-color css
<style>
a { background-color: #124463; }
a { background-color: rgb(18,68,99); }
div.DivClassName
{
background-color: #124463;
}
.BgClassName
{
background-color: #124463;
}
</style>
border-color css
<style>
span { border-color: #124463; }
span { border-color: rgb(18,68,99); }
td.TdClassName
{
border-color: #124463;
}
.TagClassName
{
border-color: #124463;
}
</style>