Shades of Astronaut Blue #18435D
Tints of Astronaut Blue #18435D
RGB
CMYK
RGB Variations
Color information
#18435D (or 0x18435D) is known color: Astronaut Blue. HEX triplet: 18, 43 and 5D. RGB value is (24,67,93). Sum of RGB (Red+Green+Blue) = 24+67+93=184 (24% of max value = 765). Red value is 24 (9.77% from 255 or 13.04% from 184); Green value is 67 (26.56% from 255 or 36.41% from 184); Blue value is 93 (36.72% from 255 or 50.54% from 184); Max value from RGB is 93 - color contains mainly: blue. Hex color #18435D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #18435D is #E7BCA2. Grayscale: #383838. Windows color (decimal): -15187107 or 6112024. OLE color: 6112024.
HSL color Cylindrical-coordinate representation of color #18435D: hue angle of 202.61º degrees, saturation: 0.59, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #18435D is Cyan = 0.74, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 24 | 67 | 93 | - |
| CMYK | 0.74 | 0.28 | 0 | 0.64 |
| HSL | 202.61º | 0.59% | 0.23% | - |
| HSV(B) | 202.61º | 0.74% | 0.36% | - |
| XYZ | 4.36 | 5 | 11.09 | - |
| YUV | 57.11 | 148.25 | 104.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 67 | 93 | 0.74 | 0.28 | 0 | 0.64 | 202.61 | 0.59 | 0.23 |
| Hex | 18 | 43 | 5D | 4A | 1C | 0 | 40 | CB | 3B | 17 |
| Octal | 30 | 103 | 135 | 112 | 34 | 0 | 100 | 313 | 73 | 27 |
| Binary | 11000 | 1000011 | 1011101 | 1001010 | 11100 | 0 | 1000000 | 11001011 | 111011 | 10111 |
Color Harmonies of #18435D
Complementary color
Monochromatic Colors of #18435D
Black with #18435D
Text Example
Text Example
White with #18435D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18435D; }
p { color: rgb(24,67,93); }
H1.HeaderClassName
{
color: #18435D;
}
.AnyTagClassName
{
color: #18435D;
}
</style>
background-color css
<style>
a { background-color: #18435D; }
a { background-color: rgb(24,67,93); }
div.DivClassName
{
background-color: #18435D;
}
.BgClassName
{
background-color: #18435D;
}
</style>
border-color css
<style>
span { border-color: #18435D; }
span { border-color: rgb(24,67,93); }
td.TdClassName
{
border-color: #18435D;
}
.TagClassName
{
border-color: #18435D;
}
</style>