Shades of Astronaut Blue #17445A
Tints of Astronaut Blue #17445A
RGB
CMYK
RGB Variations
Color information
#17445A (or 0x17445A) is known color: Astronaut Blue. HEX triplet: 17, 44 and 5A. RGB value is (23,68,90). Sum of RGB (Red+Green+Blue) = 23+68+90=181 (23% of max value = 765). Red value is 23 (9.38% from 255 or 12.71% from 181); Green value is 68 (26.95% from 255 or 37.57% from 181); Blue value is 90 (35.55% from 255 or 49.72% from 181); Max value from RGB is 90 - color contains mainly: blue. Hex color #17445A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #17445A is #E8BBA5. Grayscale: #383838. Windows color (decimal): -15252390 or 5915671. OLE color: 5915671.
HSL color Cylindrical-coordinate representation of color #17445A: hue angle of 199.7º degrees, saturation: 0.59, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #17445A is Cyan = 0.74, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 23 | 68 | 90 | - |
| CMYK | 0.74 | 0.24 | 0 | 0.65 |
| HSL | 199.7º | 0.59% | 0.22% | - |
| HSV(B) | 199.7º | 0.74% | 0.35% | - |
| XYZ | 4.27 | 5.05 | 10.42 | - |
| YUV | 57.05 | 146.59 | 103.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 68 | 90 | 0.74 | 0.24 | 0 | 0.65 | 199.7 | 0.59 | 0.22 |
| Hex | 17 | 44 | 5A | 4A | 18 | 0 | 41 | C8 | 3B | 16 |
| Octal | 27 | 104 | 132 | 112 | 30 | 0 | 101 | 310 | 73 | 26 |
| Binary | 10111 | 1000100 | 1011010 | 1001010 | 11000 | 0 | 1000001 | 11001000 | 111011 | 10110 |
Color Harmonies of #17445A
Complementary color
Monochromatic Colors of #17445A
Black with #17445A
Text Example
Text Example
White with #17445A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17445A; }
p { color: rgb(23,68,90); }
H1.HeaderClassName
{
color: #17445A;
}
.AnyTagClassName
{
color: #17445A;
}
</style>
background-color css
<style>
a { background-color: #17445A; }
a { background-color: rgb(23,68,90); }
div.DivClassName
{
background-color: #17445A;
}
.BgClassName
{
background-color: #17445A;
}
</style>
border-color css
<style>
span { border-color: #17445A; }
span { border-color: rgb(23,68,90); }
td.TdClassName
{
border-color: #17445A;
}
.TagClassName
{
border-color: #17445A;
}
</style>