Shades of Sapphire #04186C
Tints of Sapphire #04186C
RGB
CMYK
RGB Variations
Color information
#04186C (or 0x04186C) is known color: Sapphire. HEX triplet: 04, 18 and 6C. RGB value is (4,24,108). Sum of RGB (Red+Green+Blue) = 4+24+108=136 (18% of max value = 765). Red value is 4 (1.95% from 255 or 2.94% from 136); Green value is 24 (9.77% from 255 or 17.65% from 136); Blue value is 108 (42.58% from 255 or 79.41% from 136); Max value from RGB is 108 - color contains mainly: blue. Hex color #04186C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #04186C is #FBE793. Grayscale: #1B1B1B. Windows color (decimal): -16508820 or 7084036. OLE color: 7084036.
HSL color Cylindrical-coordinate representation of color #04186C: hue angle of 228.46º degrees, saturation: 0.93, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #04186C is Cyan = 0.96, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 4 | 24 | 108 | - |
| CMYK | 0.96 | 0.78 | 0 | 0.58 |
| HSL | 228.46º | 0.93% | 0.22% | - |
| HSV(B) | 228.46º | 0.96% | 0.42% | - |
| XYZ | 3.08 | 1.76 | 14.36 | - |
| YUV | 27.6 | 173.37 | 111.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 24 | 108 | 0.96 | 0.78 | 0 | 0.58 | 228.46 | 0.93 | 0.22 |
| Hex | 4 | 18 | 6C | 60 | 4E | 0 | 3A | E4 | 5D | 16 |
| Octal | 4 | 30 | 154 | 140 | 116 | 0 | 72 | 344 | 135 | 26 |
| Binary | 100 | 11000 | 1101100 | 1100000 | 1001110 | 0 | 111010 | 11100100 | 1011101 | 10110 |
Color Harmonies of #04186C
Complementary color
Monochromatic Colors of #04186C
Black with #04186C
Text Example
Text Example
White with #04186C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04186C; }
p { color: rgb(4,24,108); }
H1.HeaderClassName
{
color: #04186C;
}
.AnyTagClassName
{
color: #04186C;
}
</style>
background-color css
<style>
a { background-color: #04186C; }
a { background-color: rgb(4,24,108); }
div.DivClassName
{
background-color: #04186C;
}
.BgClassName
{
background-color: #04186C;
}
</style>
border-color css
<style>
span { border-color: #04186C; }
span { border-color: rgb(4,24,108); }
td.TdClassName
{
border-color: #04186C;
}
.TagClassName
{
border-color: #04186C;
}
</style>