Shades of Astronaut Blue #10445F
Tints of Astronaut Blue #10445F
RGB
CMYK
RGB Variations
Color information
#10445F (or 0x10445F) is known color: Astronaut Blue. HEX triplet: 10, 44 and 5F. RGB value is (16,68,95). Sum of RGB (Red+Green+Blue) = 16+68+95=179 (23% of max value = 765). Red value is 16 (6.64% from 255 or 8.94% from 179); Green value is 68 (26.95% from 255 or 37.99% from 179); Blue value is 95 (37.5% from 255 or 53.07% from 179); Max value from RGB is 95 - color contains mainly: blue. Hex color #10445F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #10445F is #EFBBA0. Grayscale: #373737. Windows color (decimal): -15711137 or 6243344. OLE color: 6243344.
HSL color Cylindrical-coordinate representation of color #10445F: hue angle of 200.51º degrees, saturation: 0.71, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #10445F is Cyan = 0.83, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 16 | 68 | 95 | - |
| CMYK | 0.83 | 0.28 | 0 | 0.63 |
| HSL | 200.51º | 0.71% | 0.22% | - |
| HSV(B) | 200.51º | 0.83% | 0.37% | - |
| XYZ | 4.35 | 5.07 | 11.58 | - |
| YUV | 55.53 | 150.27 | 99.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 68 | 95 | 0.83 | 0.28 | 0 | 0.63 | 200.51 | 0.71 | 0.22 |
| Hex | 10 | 44 | 5F | 53 | 1C | 0 | 3F | C9 | 47 | 16 |
| Octal | 20 | 104 | 137 | 123 | 34 | 0 | 77 | 311 | 107 | 26 |
| Binary | 10000 | 1000100 | 1011111 | 1010011 | 11100 | 0 | 111111 | 11001001 | 1000111 | 10110 |
Color Harmonies of #10445F
Complementary color
Monochromatic Colors of #10445F
Black with #10445F
Text Example
Text Example
White with #10445F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10445F; }
p { color: rgb(16,68,95); }
H1.HeaderClassName
{
color: #10445F;
}
.AnyTagClassName
{
color: #10445F;
}
</style>
background-color css
<style>
a { background-color: #10445F; }
a { background-color: rgb(16,68,95); }
div.DivClassName
{
background-color: #10445F;
}
.BgClassName
{
background-color: #10445F;
}
</style>
border-color css
<style>
span { border-color: #10445F; }
span { border-color: rgb(16,68,95); }
td.TdClassName
{
border-color: #10445F;
}
.TagClassName
{
border-color: #10445F;
}
</style>