Shades of Astronaut Blue #184B5D
Tints of Astronaut Blue #184B5D
RGB
CMYK
RGB Variations
Color information
#184B5D (or 0x184B5D) is known color: Astronaut Blue. HEX triplet: 18, 4B and 5D. RGB value is (24,75,93). Sum of RGB (Red+Green+Blue) = 24+75+93=192 (25% of max value = 765). Red value is 24 (9.77% from 255 or 12.5% from 192); Green value is 75 (29.69% from 255 or 39.06% from 192); Blue value is 93 (36.72% from 255 or 48.44% from 192); Max value from RGB is 93 - color contains mainly: blue. Hex color #184B5D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #184B5D is #E7B4A2. Grayscale: #3D3D3D. Windows color (decimal): -15185059 or 6114072. OLE color: 6114072.
HSL color Cylindrical-coordinate representation of color #184B5D: hue angle of 195.65º 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 #184B5D is Cyan = 0.74, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
RGB | 24 | 75 | 93 | - |
CMYK | 0.74 | 0.19 | 0 | 0.64 |
HSL | 195.65º | 0.59% | 0.23% | - |
HSV(B) | 195.65º | 0.74% | 0.36% | - |
XYZ | 4.87 | 6.02 | 11.26 | - |
YUV | 61.8 | 145.6 | 101.04 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 24 | 75 | 93 | 0.74 | 0.19 | 0 | 0.64 | 195.65 | 0.59 | 0.23 |
Hex | 18 | 4B | 5D | 4A | 13 | 0 | 40 | C4 | 3B | 17 |
Octal | 30 | 113 | 135 | 112 | 23 | 0 | 100 | 304 | 73 | 27 |
Binary | 11000 | 1001011 | 1011101 | 1001010 | 10011 | 0 | 1000000 | 11000100 | 111011 | 10111 |
Color Harmonies of #184B5D
Complementary color
Monochromatic Colors of #184B5D
Black with #184B5D
Text Example
Text Example
White with #184B5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #184B5D; }
p { color: rgb(24,75,93); }
H1.HeaderClassName
{
color: #184B5D;
}
.AnyTagClassName
{
color: #184B5D;
}
</style>
background-color css
<style>
a { background-color: #184B5D; }
a { background-color: rgb(24,75,93); }
div.DivClassName
{
background-color: #184B5D;
}
.BgClassName
{
background-color: #184B5D;
}
</style>
border-color css
<style>
span { border-color: #184B5D; }
span { border-color: rgb(24,75,93); }
td.TdClassName
{
border-color: #184B5D;
}
.TagClassName
{
border-color: #184B5D;
}
</style>