Shades of Astronaut Blue #14455C
Tints of Astronaut Blue #14455C
RGB
CMYK
RGB Variations
Color information
#14455C (or 0x14455C) is known color: Astronaut Blue. HEX triplet: 14, 45 and 5C. RGB value is (20,69,92). Sum of RGB (Red+Green+Blue) = 20+69+92=181 (23% of max value = 765). Red value is 20 (8.20% from 255 or 11.05% from 181); Green value is 69 (27.34% from 255 or 38.12% from 181); Blue value is 92 (36.33% from 255 or 50.83% from 181); Max value from RGB is 92 - color contains mainly: blue. Hex color #14455C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #14455C is #EBBAA3. Grayscale: #383838. Windows color (decimal): -15448740 or 6046996. OLE color: 6046996.
HSL color Cylindrical-coordinate representation of color #14455C: hue angle of 199.17º degrees, saturation: 0.64, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #14455C is Cyan = 0.78, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 20 | 69 | 92 | - |
| CMYK | 0.78 | 0.25 | 0 | 0.64 |
| HSL | 199.17º | 0.64% | 0.22% | - |
| HSV(B) | 199.17º | 0.78% | 0.36% | - |
| XYZ | 4.35 | 5.18 | 10.9 | - |
| YUV | 56.97 | 147.77 | 101.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 69 | 92 | 0.78 | 0.25 | 0 | 0.64 | 199.17 | 0.64 | 0.22 |
| Hex | 14 | 45 | 5C | 4E | 19 | 0 | 40 | C7 | 40 | 16 |
| Octal | 24 | 105 | 134 | 116 | 31 | 0 | 100 | 307 | 100 | 26 |
| Binary | 10100 | 1000101 | 1011100 | 1001110 | 11001 | 0 | 1000000 | 11000111 | 1000000 | 10110 |
Color Harmonies of #14455C
Complementary color
Monochromatic Colors of #14455C
Black with #14455C
Text Example
Text Example
White with #14455C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14455C; }
p { color: rgb(20,69,92); }
H1.HeaderClassName
{
color: #14455C;
}
.AnyTagClassName
{
color: #14455C;
}
</style>
background-color css
<style>
a { background-color: #14455C; }
a { background-color: rgb(20,69,92); }
div.DivClassName
{
background-color: #14455C;
}
.BgClassName
{
background-color: #14455C;
}
</style>
border-color css
<style>
span { border-color: #14455C; }
span { border-color: rgb(20,69,92); }
td.TdClassName
{
border-color: #14455C;
}
.TagClassName
{
border-color: #14455C;
}
</style>