Shades of Astronaut Blue #14435A
Tints of Astronaut Blue #14435A
RGB
CMYK
RGB Variations
Color information
#14435A (or 0x14435A) is known color: Astronaut Blue. HEX triplet: 14, 43 and 5A. RGB value is (20,67,90). Sum of RGB (Red+Green+Blue) = 20+67+90=177 (23% of max value = 765). Red value is 20 (8.20% from 255 or 11.30% from 177); Green value is 67 (26.56% from 255 or 37.85% from 177); Blue value is 90 (35.55% from 255 or 50.85% from 177); Max value from RGB is 90 - color contains mainly: blue. Hex color #14435A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #14435A is #EBBCA5. Grayscale: #373737. Windows color (decimal): -15449254 or 5915412. OLE color: 5915412.
HSL color Cylindrical-coordinate representation of color #14435A: hue angle of 199.71º degrees, saturation: 0.64, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #14435A is Cyan = 0.78, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 20 | 67 | 90 | - |
| CMYK | 0.78 | 0.26 | 0 | 0.65 |
| HSL | 199.71º | 0.64% | 0.22% | - |
| HSV(B) | 199.71º | 0.78% | 0.35% | - |
| XYZ | 4.14 | 4.9 | 10.4 | - |
| YUV | 55.57 | 147.43 | 102.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 67 | 90 | 0.78 | 0.26 | 0 | 0.65 | 199.71 | 0.64 | 0.22 |
| Hex | 14 | 43 | 5A | 4E | 1A | 0 | 41 | C8 | 40 | 16 |
| Octal | 24 | 103 | 132 | 116 | 32 | 0 | 101 | 310 | 100 | 26 |
| Binary | 10100 | 1000011 | 1011010 | 1001110 | 11010 | 0 | 1000001 | 11001000 | 1000000 | 10110 |
Color Harmonies of #14435A
Complementary color
Monochromatic Colors of #14435A
Black with #14435A
Text Example
Text Example
White with #14435A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14435A; }
p { color: rgb(20,67,90); }
H1.HeaderClassName
{
color: #14435A;
}
.AnyTagClassName
{
color: #14435A;
}
</style>
background-color css
<style>
a { background-color: #14435A; }
a { background-color: rgb(20,67,90); }
div.DivClassName
{
background-color: #14435A;
}
.BgClassName
{
background-color: #14435A;
}
</style>
border-color css
<style>
span { border-color: #14435A; }
span { border-color: rgb(20,67,90); }
td.TdClassName
{
border-color: #14435A;
}
.TagClassName
{
border-color: #14435A;
}
</style>