Shades of Astronaut Blue #18435C
Tints of Astronaut Blue #18435C
RGB
CMYK
RGB Variations
Color information
#18435C (or 0x18435C) is known color: Astronaut Blue. HEX triplet: 18, 43 and 5C. RGB value is (24,67,92). Sum of RGB (Red+Green+Blue) = 24+67+92=183 (24% of max value = 765). Red value is 24 (9.77% from 255 or 13.11% from 183); Green value is 67 (26.56% from 255 or 36.61% from 183); Blue value is 92 (36.33% from 255 or 50.27% from 183); Max value from RGB is 92 - color contains mainly: blue. Hex color #18435C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #18435C is #E7BCA3. Grayscale: #383838. Windows color (decimal): -15187108 or 6046488. OLE color: 6046488.
HSL color Cylindrical-coordinate representation of color #18435C: hue angle of 202.06º 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 #18435C is Cyan = 0.74, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 24 | 67 | 92 | - |
| CMYK | 0.74 | 0.27 | 0 | 0.64 |
| HSL | 202.06º | 0.59% | 0.23% | - |
| HSV(B) | 202.06º | 0.74% | 0.36% | - |
| XYZ | 4.32 | 4.98 | 10.86 | - |
| YUV | 56.99 | 147.75 | 104.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 67 | 92 | 0.74 | 0.27 | 0 | 0.64 | 202.06 | 0.59 | 0.23 |
| Hex | 18 | 43 | 5C | 4A | 1B | 0 | 40 | CA | 3B | 17 |
| Octal | 30 | 103 | 134 | 112 | 33 | 0 | 100 | 312 | 73 | 27 |
| Binary | 11000 | 1000011 | 1011100 | 1001010 | 11011 | 0 | 1000000 | 11001010 | 111011 | 10111 |
Color Harmonies of #18435C
Complementary color
Monochromatic Colors of #18435C
Black with #18435C
Text Example
Text Example
White with #18435C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18435C; }
p { color: rgb(24,67,92); }
H1.HeaderClassName
{
color: #18435C;
}
.AnyTagClassName
{
color: #18435C;
}
</style>
background-color css
<style>
a { background-color: #18435C; }
a { background-color: rgb(24,67,92); }
div.DivClassName
{
background-color: #18435C;
}
.BgClassName
{
background-color: #18435C;
}
</style>
border-color css
<style>
span { border-color: #18435C; }
span { border-color: rgb(24,67,92); }
td.TdClassName
{
border-color: #18435C;
}
.TagClassName
{
border-color: #18435C;
}
</style>