Shades of Astronaut Blue #14435C
Tints of Astronaut Blue #14435C
RGB
CMYK
RGB Variations
Color information
#14435C (or 0x14435C) is known color: Astronaut Blue. HEX triplet: 14, 43 and 5C. RGB value is (20,67,92). Sum of RGB (Red+Green+Blue) = 20+67+92=179 (23% of max value = 765). Red value is 20 (8.20% from 255 or 11.17% from 179); Green value is 67 (26.56% from 255 or 37.43% from 179); Blue value is 92 (36.33% from 255 or 51.40% from 179); Max value from RGB is 92 - color contains mainly: blue. Hex color #14435C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #14435C is #EBBCA3. Grayscale: #373737. Windows color (decimal): -15449252 or 6046484. OLE color: 6046484.
HSL color Cylindrical-coordinate representation of color #14435C: hue angle of 200.83º 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 #14435C is Cyan = 0.78, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 20 | 67 | 92 | - |
| CMYK | 0.78 | 0.27 | 0 | 0.64 |
| HSL | 200.83º | 0.64% | 0.22% | - |
| HSV(B) | 200.83º | 0.78% | 0.36% | - |
| XYZ | 4.23 | 4.94 | 10.86 | - |
| YUV | 55.8 | 148.43 | 102.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 67 | 92 | 0.78 | 0.27 | 0 | 0.64 | 200.83 | 0.64 | 0.22 |
| Hex | 14 | 43 | 5C | 4E | 1B | 0 | 40 | C9 | 40 | 16 |
| Octal | 24 | 103 | 134 | 116 | 33 | 0 | 100 | 311 | 100 | 26 |
| Binary | 10100 | 1000011 | 1011100 | 1001110 | 11011 | 0 | 1000000 | 11001001 | 1000000 | 10110 |
Color Harmonies of #14435C
Complementary color
Monochromatic Colors of #14435C
Black with #14435C
Text Example
Text Example
White with #14435C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14435C; }
p { color: rgb(20,67,92); }
H1.HeaderClassName
{
color: #14435C;
}
.AnyTagClassName
{
color: #14435C;
}
</style>
background-color css
<style>
a { background-color: #14435C; }
a { background-color: rgb(20,67,92); }
div.DivClassName
{
background-color: #14435C;
}
.BgClassName
{
background-color: #14435C;
}
</style>
border-color css
<style>
span { border-color: #14435C; }
span { border-color: rgb(20,67,92); }
td.TdClassName
{
border-color: #14435C;
}
.TagClassName
{
border-color: #14435C;
}
</style>