Shades of Astronaut Blue #10455A
Tints of Astronaut Blue #10455A
RGB
CMYK
RGB Variations
Color information
#10455A (or 0x10455A) is known color: Astronaut Blue. HEX triplet: 10, 45 and 5A. RGB value is (16,69,90). Sum of RGB (Red+Green+Blue) = 16+69+90=175 (23% of max value = 765). Red value is 16 (6.64% from 255 or 9.14% from 175); Green value is 69 (27.34% from 255 or 39.43% from 175); Blue value is 90 (35.55% from 255 or 51.43% from 175); Max value from RGB is 90 - color contains mainly: blue. Hex color #10455A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #10455A is #EFBAA5. Grayscale: #373737. Windows color (decimal): -15710886 or 5915920. OLE color: 5915920.
HSL color Cylindrical-coordinate representation of color #10455A: hue angle of 197.03º degrees, saturation: 0.7, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #10455A is Cyan = 0.82, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 16 | 69 | 90 | - |
| CMYK | 0.82 | 0.23 | 0 | 0.65 |
| HSL | 197.03º | 0.7% | 0.21% | - |
| HSV(B) | 197.03º | 0.82% | 0.35% | - |
| XYZ | 4.19 | 5.1 | 10.44 | - |
| YUV | 55.55 | 147.44 | 99.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 69 | 90 | 0.82 | 0.23 | 0 | 0.65 | 197.03 | 0.7 | 0.21 |
| Hex | 10 | 45 | 5A | 52 | 17 | 0 | 41 | C5 | 46 | 15 |
| Octal | 20 | 105 | 132 | 122 | 27 | 0 | 101 | 305 | 106 | 25 |
| Binary | 10000 | 1000101 | 1011010 | 1010010 | 10111 | 0 | 1000001 | 11000101 | 1000110 | 10101 |
Color Harmonies of #10455A
Complementary color
Monochromatic Colors of #10455A
Black with #10455A
Text Example
Text Example
White with #10455A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10455A; }
p { color: rgb(16,69,90); }
H1.HeaderClassName
{
color: #10455A;
}
.AnyTagClassName
{
color: #10455A;
}
</style>
background-color css
<style>
a { background-color: #10455A; }
a { background-color: rgb(16,69,90); }
div.DivClassName
{
background-color: #10455A;
}
.BgClassName
{
background-color: #10455A;
}
</style>
border-color css
<style>
span { border-color: #10455A; }
span { border-color: rgb(16,69,90); }
td.TdClassName
{
border-color: #10455A;
}
.TagClassName
{
border-color: #10455A;
}
</style>