Shades of Astronaut Blue #12435F
Tints of Astronaut Blue #12435F
RGB
CMYK
RGB Variations
Color information
#12435F (or 0x12435F) is known color: Astronaut Blue. HEX triplet: 12, 43 and 5F. RGB value is (18,67,95). Sum of RGB (Red+Green+Blue) = 18+67+95=180 (23% of max value = 765). Red value is 18 (7.42% from 255 or 10% from 180); Green value is 67 (26.56% from 255 or 37.22% from 180); Blue value is 95 (37.5% from 255 or 52.78% from 180); Max value from RGB is 95 - color contains mainly: blue. Hex color #12435F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #12435F is #EDBCA0. Grayscale: #373737. Windows color (decimal): -15580321 or 6243090. OLE color: 6243090.
HSL color Cylindrical-coordinate representation of color #12435F: hue angle of 201.82º degrees, saturation: 0.68, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #12435F is Cyan = 0.81, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 18 | 67 | 95 | - |
| CMYK | 0.81 | 0.29 | 0 | 0.63 |
| HSL | 201.82º | 0.68% | 0.22% | - |
| HSV(B) | 201.82º | 0.81% | 0.37% | - |
| XYZ | 4.32 | 4.97 | 11.56 | - |
| YUV | 55.54 | 150.27 | 101.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 67 | 95 | 0.81 | 0.29 | 0 | 0.63 | 201.82 | 0.68 | 0.22 |
| Hex | 12 | 43 | 5F | 51 | 1D | 0 | 3F | CA | 44 | 16 |
| Octal | 22 | 103 | 137 | 121 | 35 | 0 | 77 | 312 | 104 | 26 |
| Binary | 10010 | 1000011 | 1011111 | 1010001 | 11101 | 0 | 111111 | 11001010 | 1000100 | 10110 |
Color Harmonies of #12435F
Complementary color
Monochromatic Colors of #12435F
Black with #12435F
Text Example
Text Example
White with #12435F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12435F; }
p { color: rgb(18,67,95); }
H1.HeaderClassName
{
color: #12435F;
}
.AnyTagClassName
{
color: #12435F;
}
</style>
background-color css
<style>
a { background-color: #12435F; }
a { background-color: rgb(18,67,95); }
div.DivClassName
{
background-color: #12435F;
}
.BgClassName
{
background-color: #12435F;
}
</style>
border-color css
<style>
span { border-color: #12435F; }
span { border-color: rgb(18,67,95); }
td.TdClassName
{
border-color: #12435F;
}
.TagClassName
{
border-color: #12435F;
}
</style>