Shades of Astronaut Blue #124363
Tints of Astronaut Blue #124363
RGB
CMYK
RGB Variations
Color information
#124363 (or 0x124363) is known color: Astronaut Blue. HEX triplet: 12, 43 and 63. RGB value is (18,67,99). Sum of RGB (Red+Green+Blue) = 18+67+99=184 (24% of max value = 765). Red value is 18 (7.42% from 255 or 9.78% from 184); Green value is 67 (26.56% from 255 or 36.41% from 184); Blue value is 99 (39.06% from 255 or 53.80% from 184); Max value from RGB is 99 - color contains mainly: blue. Hex color #124363 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #124363 is #EDBC9C. Grayscale: #373737. Windows color (decimal): -15580317 or 6505234. OLE color: 6505234.
HSL color Cylindrical-coordinate representation of color #124363: hue angle of 203.7º 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 #124363 is Cyan = 0.82, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 18 | 67 | 99 | - |
| CMYK | 0.82 | 0.32 | 0 | 0.61 |
| HSL | 203.7º | 0.69% | 0.23% | - |
| HSV(B) | 203.7º | 0.82% | 0.39% | - |
| XYZ | 4.51 | 5.04 | 12.54 | - |
| YUV | 56 | 152.27 | 100.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 67 | 99 | 0.82 | 0.32 | 0 | 0.61 | 203.7 | 0.69 | 0.23 |
| Hex | 12 | 43 | 63 | 52 | 20 | 0 | 3D | CC | 45 | 17 |
| Octal | 22 | 103 | 143 | 122 | 40 | 0 | 75 | 314 | 105 | 27 |
| Binary | 10010 | 1000011 | 1100011 | 1010010 | 100000 | 0 | 111101 | 11001100 | 1000101 | 10111 |
Color Harmonies of #124363
Complementary color
Monochromatic Colors of #124363
Black with #124363
Text Example
Text Example
White with #124363
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #124363; }
p { color: rgb(18,67,99); }
H1.HeaderClassName
{
color: #124363;
}
.AnyTagClassName
{
color: #124363;
}
</style>
background-color css
<style>
a { background-color: #124363; }
a { background-color: rgb(18,67,99); }
div.DivClassName
{
background-color: #124363;
}
.BgClassName
{
background-color: #124363;
}
</style>
border-color css
<style>
span { border-color: #124363; }
span { border-color: rgb(18,67,99); }
td.TdClassName
{
border-color: #124363;
}
.TagClassName
{
border-color: #124363;
}
</style>