Shades of Sapphire #00184D
Tints of Sapphire #00184D
RGB
CMYK
RGB Variations
Color information
#00184D (or 0x00184D) is known color: Sapphire. HEX triplet: 00, 18 and 4D. RGB value is (0,24,77). Sum of RGB (Red+Green+Blue) = 0+24+77=101 (13% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 101); Green value is 24 (9.77% from 255 or 23.76% from 101); Blue value is 77 (30.47% from 255 or 76.24% from 101); Max value from RGB is 77 - color contains mainly: blue. Hex color #00184D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #00184D is #FFE7B2. Grayscale: #161616. Windows color (decimal): -16770995 or 5052416. OLE color: 5052416.
HSL color Cylindrical-coordinate representation of color #00184D: hue angle of 221.3º degrees, saturation: 1, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00184D is Cyan = 1, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 0 | 24 | 77 | - |
| CMYK | 1 | 0.69 | 0 | 0.70 |
| HSL | 221.3º | 1% | 0.15% | - |
| HSV(B) | 221.3º | 1% | 0.3% | - |
| XYZ | 1.67 | 1.19 | 7.16 | - |
| YUV | 22.87 | 158.55 | 111.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 24 | 77 | 1 | 0.69 | 0 | 0.70 | 221.3 | 1 | 0.15 |
| Hex | 0 | 18 | 4D | 64 | 45 | 0 | 46 | DD | 64 | F |
| Octal | 0 | 30 | 115 | 144 | 105 | 0 | 106 | 335 | 144 | 17 |
| Binary | 0 | 11000 | 1001101 | 1100100 | 1000101 | 0 | 1000110 | 11011101 | 1100100 | 1111 |
Color Harmonies of #00184D
Complementary color
Monochromatic Colors of #00184D
Black with #00184D
Text Example
Text Example
White with #00184D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00184D; }
p { color: rgb(0,24,77); }
H1.HeaderClassName
{
color: #00184D;
}
.AnyTagClassName
{
color: #00184D;
}
</style>
background-color css
<style>
a { background-color: #00184D; }
a { background-color: rgb(0,24,77); }
div.DivClassName
{
background-color: #00184D;
}
.BgClassName
{
background-color: #00184D;
}
</style>
border-color css
<style>
span { border-color: #00184D; }
span { border-color: rgb(0,24,77); }
td.TdClassName
{
border-color: #00184D;
}
.TagClassName
{
border-color: #00184D;
}
</style>