Shades of Sapphire #00187B
Tints of Sapphire #00187B
RGB
CMYK
RGB Variations
Color information
#00187B (or 0x00187B) is known color: Sapphire. HEX triplet: 00, 18 and 7B. RGB value is (0,24,123). Sum of RGB (Red+Green+Blue) = 0+24+123=147 (19% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 147); Green value is 24 (9.77% from 255 or 16.33% from 147); Blue value is 123 (48.44% from 255 or 83.67% from 147); Max value from RGB is 123 - color contains mainly: blue. Hex color #00187B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #00187B is #FFE784. Grayscale: #1B1B1B. Windows color (decimal): -16770949 or 8067072. OLE color: 8067072.
HSL color Cylindrical-coordinate representation of color #00187B: hue angle of 228.29º degrees, saturation: 1, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00187B is Cyan = 1, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 0 | 24 | 123 | - |
| CMYK | 1 | 0.80 | 0 | 0.52 |
| HSL | 228.29º | 1% | 0.24% | - |
| HSV(B) | 228.29º | 1% | 0.48% | - |
| XYZ | 3.9 | 2.08 | 18.94 | - |
| YUV | 28.11 | 181.55 | 107.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 24 | 123 | 1 | 0.80 | 0 | 0.52 | 228.29 | 1 | 0.24 |
| Hex | 0 | 18 | 7B | 64 | 50 | 0 | 34 | E4 | 64 | 18 |
| Octal | 0 | 30 | 173 | 144 | 120 | 0 | 64 | 344 | 144 | 30 |
| Binary | 0 | 11000 | 1111011 | 1100100 | 1010000 | 0 | 110100 | 11100100 | 1100100 | 11000 |
Color Harmonies of #00187B
Complementary color
Monochromatic Colors of #00187B
Black with #00187B
Text Example
Text Example
White with #00187B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00187B; }
p { color: rgb(0,24,123); }
H1.HeaderClassName
{
color: #00187B;
}
.AnyTagClassName
{
color: #00187B;
}
</style>
background-color css
<style>
a { background-color: #00187B; }
a { background-color: rgb(0,24,123); }
div.DivClassName
{
background-color: #00187B;
}
.BgClassName
{
background-color: #00187B;
}
</style>
border-color css
<style>
span { border-color: #00187B; }
span { border-color: rgb(0,24,123); }
td.TdClassName
{
border-color: #00187B;
}
.TagClassName
{
border-color: #00187B;
}
</style>