Shades of Sapphire #00186C
Tints of Sapphire #00186C
RGB
CMYK
RGB Variations
Color information
#00186C (or 0x00186C) is known color: Sapphire. HEX triplet: 00, 18 and 6C. RGB value is (0,24,108). Sum of RGB (Red+Green+Blue) = 0+24+108=132 (17% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 132); Green value is 24 (9.77% from 255 or 18.18% from 132); Blue value is 108 (42.58% from 255 or 81.82% from 132); Max value from RGB is 108 - color contains mainly: blue. Hex color #00186C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #00186C is #FFE793. Grayscale: #1A1A1A. Windows color (decimal): -16770964 or 7084032. OLE color: 7084032.
HSL color Cylindrical-coordinate representation of color #00186C: hue angle of 226.67º degrees, saturation: 1, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00186C is Cyan = 1, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 0 | 24 | 108 | - |
| CMYK | 1 | 0.78 | 0 | 0.58 |
| HSL | 226.67º | 1% | 0.21% | - |
| HSV(B) | 226.67º | 1% | 0.42% | - |
| XYZ | 3.03 | 1.74 | 14.36 | - |
| YUV | 26.4 | 174.05 | 109.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 24 | 108 | 1 | 0.78 | 0 | 0.58 | 226.67 | 1 | 0.21 |
| Hex | 0 | 18 | 6C | 64 | 4E | 0 | 3A | E3 | 64 | 15 |
| Octal | 0 | 30 | 154 | 144 | 116 | 0 | 72 | 343 | 144 | 25 |
| Binary | 0 | 11000 | 1101100 | 1100100 | 1001110 | 0 | 111010 | 11100011 | 1100100 | 10101 |
Color Harmonies of #00186C
Complementary color
Monochromatic Colors of #00186C
Black with #00186C
Text Example
Text Example
White with #00186C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00186C; }
p { color: rgb(0,24,108); }
H1.HeaderClassName
{
color: #00186C;
}
.AnyTagClassName
{
color: #00186C;
}
</style>
background-color css
<style>
a { background-color: #00186C; }
a { background-color: rgb(0,24,108); }
div.DivClassName
{
background-color: #00186C;
}
.BgClassName
{
background-color: #00186C;
}
</style>
border-color css
<style>
span { border-color: #00186C; }
span { border-color: rgb(0,24,108); }
td.TdClassName
{
border-color: #00186C;
}
.TagClassName
{
border-color: #00186C;
}
</style>