Shades of Astronaut Blue #10445B
Tints of Astronaut Blue #10445B
RGB
CMYK
RGB Variations
Color information
#10445B (or 0x10445B) is known color: Astronaut Blue. HEX triplet: 10, 44 and 5B. RGB value is (16,68,91). Sum of RGB (Red+Green+Blue) = 16+68+91=175 (23% of max value = 765). Red value is 16 (6.64% from 255 or 9.14% from 175); Green value is 68 (26.95% from 255 or 38.86% from 175); Blue value is 91 (35.94% from 255 or 52% from 175); Max value from RGB is 91 - color contains mainly: blue. Hex color #10445B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #10445B is #EFBBA4. Grayscale: #363636. Windows color (decimal): -15711141 or 5981200. OLE color: 5981200.
HSL color Cylindrical-coordinate representation of color #10445B: hue angle of 198.4º degrees, saturation: 0.7, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #10445B is Cyan = 0.82, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 16 | 68 | 91 | - |
| CMYK | 0.82 | 0.25 | 0 | 0.64 |
| HSL | 198.4º | 0.7% | 0.21% | - |
| HSV(B) | 198.4º | 0.82% | 0.36% | - |
| XYZ | 4.17 | 5 | 10.64 | - |
| YUV | 55.07 | 148.27 | 100.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 68 | 91 | 0.82 | 0.25 | 0 | 0.64 | 198.4 | 0.7 | 0.21 |
| Hex | 10 | 44 | 5B | 52 | 19 | 0 | 40 | C6 | 46 | 15 |
| Octal | 20 | 104 | 133 | 122 | 31 | 0 | 100 | 306 | 106 | 25 |
| Binary | 10000 | 1000100 | 1011011 | 1010010 | 11001 | 0 | 1000000 | 11000110 | 1000110 | 10101 |
Color Harmonies of #10445B
Complementary color
Monochromatic Colors of #10445B
Black with #10445B
Text Example
Text Example
White with #10445B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10445B; }
p { color: rgb(16,68,91); }
H1.HeaderClassName
{
color: #10445B;
}
.AnyTagClassName
{
color: #10445B;
}
</style>
background-color css
<style>
a { background-color: #10445B; }
a { background-color: rgb(16,68,91); }
div.DivClassName
{
background-color: #10445B;
}
.BgClassName
{
background-color: #10445B;
}
</style>
border-color css
<style>
span { border-color: #10445B; }
span { border-color: rgb(16,68,91); }
td.TdClassName
{
border-color: #10445B;
}
.TagClassName
{
border-color: #10445B;
}
</style>