Shades of Astronaut Blue #14435B
Tints of Astronaut Blue #14435B
RGB
CMYK
RGB Variations
Color information
#14435B (or 0x14435B) is known color: Astronaut Blue. HEX triplet: 14, 43 and 5B. RGB value is (20,67,91). Sum of RGB (Red+Green+Blue) = 20+67+91=178 (23% of max value = 765). Red value is 20 (8.20% from 255 or 11.24% from 178); Green value is 67 (26.56% from 255 or 37.64% from 178); Blue value is 91 (35.94% from 255 or 51.12% from 178); Max value from RGB is 91 - color contains mainly: blue. Hex color #14435B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #14435B is #EBBCA4. Grayscale: #373737. Windows color (decimal): -15449253 or 5980948. OLE color: 5980948.
HSL color Cylindrical-coordinate representation of color #14435B: hue angle of 200.28º 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 #14435B is Cyan = 0.78, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 20 | 67 | 91 | - |
| CMYK | 0.78 | 0.26 | 0 | 0.64 |
| HSL | 200.28º | 0.64% | 0.22% | - |
| HSV(B) | 200.28º | 0.78% | 0.36% | - |
| XYZ | 4.18 | 4.92 | 10.63 | - |
| YUV | 55.68 | 147.93 | 102.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 67 | 91 | 0.78 | 0.26 | 0 | 0.64 | 200.28 | 0.64 | 0.22 |
| Hex | 14 | 43 | 5B | 4E | 1A | 0 | 40 | C8 | 40 | 16 |
| Octal | 24 | 103 | 133 | 116 | 32 | 0 | 100 | 310 | 100 | 26 |
| Binary | 10100 | 1000011 | 1011011 | 1001110 | 11010 | 0 | 1000000 | 11001000 | 1000000 | 10110 |
Color Harmonies of #14435B
Complementary color
Monochromatic Colors of #14435B
Black with #14435B
Text Example
Text Example
White with #14435B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14435B; }
p { color: rgb(20,67,91); }
H1.HeaderClassName
{
color: #14435B;
}
.AnyTagClassName
{
color: #14435B;
}
</style>
background-color css
<style>
a { background-color: #14435B; }
a { background-color: rgb(20,67,91); }
div.DivClassName
{
background-color: #14435B;
}
.BgClassName
{
background-color: #14435B;
}
</style>
border-color css
<style>
span { border-color: #14435B; }
span { border-color: rgb(20,67,91); }
td.TdClassName
{
border-color: #14435B;
}
.TagClassName
{
border-color: #14435B;
}
</style>