Shades of Sapphire #031C84
Tints of Sapphire #031C84
RGB
CMYK
RGB Variations
Color information
#031C84 (or 0x031C84) is known color: Sapphire. HEX triplet: 03, 1C and 84. RGB value is (3,28,132). Sum of RGB (Red+Green+Blue) = 3+28+132=163 (21% of max value = 765). Red value is 3 (1.56% from 255 or 1.84% from 163); Green value is 28 (11.33% from 255 or 17.18% from 163); Blue value is 132 (51.95% from 255 or 80.98% from 163); Max value from RGB is 132 - color contains mainly: blue. Hex color #031C84 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #031C84 is #FCE37B. Grayscale: #1F1F1F. Windows color (decimal): -16573308 or 8657923. OLE color: 8657923.
HSL color Cylindrical-coordinate representation of color #031C84: hue angle of 228.37º degrees, saturation: 0.96, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #031C84 is Cyan = 0.98, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 3 | 28 | 132 | - |
| CMYK | 0.98 | 0.79 | 0 | 0.48 |
| HSL | 228.37º | 0.96% | 0.26% | - |
| HSV(B) | 228.37º | 0.98% | 0.52% | - |
| XYZ | 4.62 | 2.52 | 22.07 | - |
| YUV | 32.38 | 184.22 | 107.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 28 | 132 | 0.98 | 0.79 | 0 | 0.48 | 228.37 | 0.96 | 0.26 |
| Hex | 3 | 1C | 84 | 62 | 4F | 0 | 30 | E4 | 60 | 1A |
| Octal | 3 | 34 | 204 | 142 | 117 | 0 | 60 | 344 | 140 | 32 |
| Binary | 11 | 11100 | 10000100 | 1100010 | 1001111 | 0 | 110000 | 11100100 | 1100000 | 11010 |
Color Harmonies of #031C84
Complementary color
Monochromatic Colors of #031C84
Black with #031C84
Text Example
Text Example
White with #031C84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #031C84; }
p { color: rgb(3,28,132); }
H1.HeaderClassName
{
color: #031C84;
}
.AnyTagClassName
{
color: #031C84;
}
</style>
background-color css
<style>
a { background-color: #031C84; }
a { background-color: rgb(3,28,132); }
div.DivClassName
{
background-color: #031C84;
}
.BgClassName
{
background-color: #031C84;
}
</style>
border-color css
<style>
span { border-color: #031C84; }
span { border-color: rgb(3,28,132); }
td.TdClassName
{
border-color: #031C84;
}
.TagClassName
{
border-color: #031C84;
}
</style>