Shades of Astronaut Blue #18435A
Tints of Astronaut Blue #18435A
RGB
CMYK
RGB Variations
Color information
#18435A (or 0x18435A) is known color: Astronaut Blue. HEX triplet: 18, 43 and 5A. RGB value is (24,67,90). Sum of RGB (Red+Green+Blue) = 24+67+90=181 (23% of max value = 765). Red value is 24 (9.77% from 255 or 13.26% from 181); Green value is 67 (26.56% from 255 or 37.02% from 181); Blue value is 90 (35.55% from 255 or 49.72% from 181); Max value from RGB is 90 - color contains mainly: blue. Hex color #18435A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #18435A is #E7BCA5. Grayscale: #383838. Windows color (decimal): -15187110 or 5915416. OLE color: 5915416.
HSL color Cylindrical-coordinate representation of color #18435A: hue angle of 200.91º degrees, saturation: 0.58, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #18435A is Cyan = 0.73, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 24 | 67 | 90 | - |
| CMYK | 0.73 | 0.26 | 0 | 0.65 |
| HSL | 200.91º | 0.58% | 0.22% | - |
| HSV(B) | 200.91º | 0.73% | 0.35% | - |
| XYZ | 4.23 | 4.95 | 10.4 | - |
| YUV | 56.77 | 146.75 | 104.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 67 | 90 | 0.73 | 0.26 | 0 | 0.65 | 200.91 | 0.58 | 0.22 |
| Hex | 18 | 43 | 5A | 49 | 1A | 0 | 41 | C9 | 3A | 16 |
| Octal | 30 | 103 | 132 | 111 | 32 | 0 | 101 | 311 | 72 | 26 |
| Binary | 11000 | 1000011 | 1011010 | 1001001 | 11010 | 0 | 1000001 | 11001001 | 111010 | 10110 |
Color Harmonies of #18435A
Complementary color
Monochromatic Colors of #18435A
Black with #18435A
Text Example
Text Example
White with #18435A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18435A; }
p { color: rgb(24,67,90); }
H1.HeaderClassName
{
color: #18435A;
}
.AnyTagClassName
{
color: #18435A;
}
</style>
background-color css
<style>
a { background-color: #18435A; }
a { background-color: rgb(24,67,90); }
div.DivClassName
{
background-color: #18435A;
}
.BgClassName
{
background-color: #18435A;
}
</style>
border-color css
<style>
span { border-color: #18435A; }
span { border-color: rgb(24,67,90); }
td.TdClassName
{
border-color: #18435A;
}
.TagClassName
{
border-color: #18435A;
}
</style>