Shades of Sapphire #031C81
Tints of Sapphire #031C81
RGB
CMYK
RGB Variations
Color information
#031C81 (or 0x031C81) is known color: Sapphire. HEX triplet: 03, 1C and 81. RGB value is (3,28,129). Sum of RGB (Red+Green+Blue) = 3+28+129=160 (21% of max value = 765). Red value is 3 (1.56% from 255 or 1.88% from 160); Green value is 28 (11.33% from 255 or 17.5% from 160); Blue value is 129 (50.78% from 255 or 80.62% from 160); Max value from RGB is 129 - color contains mainly: blue. Hex color #031C81 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #031C81 is #FCE37E. Grayscale: #1F1F1F. Windows color (decimal): -16573311 or 8461315. OLE color: 8461315.
HSL color Cylindrical-coordinate representation of color #031C81: hue angle of 228.1º degrees, saturation: 0.95, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #031C81 is Cyan = 0.98, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 3 | 28 | 129 | - |
| CMYK | 0.98 | 0.78 | 0 | 0.49 |
| HSL | 228.1º | 0.95% | 0.26% | - |
| HSV(B) | 228.1º | 0.98% | 0.51% | - |
| XYZ | 4.42 | 2.43 | 21.01 | - |
| YUV | 32.04 | 182.72 | 107.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 28 | 129 | 0.98 | 0.78 | 0 | 0.49 | 228.1 | 0.95 | 0.26 |
| Hex | 3 | 1C | 81 | 62 | 4E | 0 | 31 | E4 | 5F | 1A |
| Octal | 3 | 34 | 201 | 142 | 116 | 0 | 61 | 344 | 137 | 32 |
| Binary | 11 | 11100 | 10000001 | 1100010 | 1001110 | 0 | 110001 | 11100100 | 1011111 | 11010 |
Color Harmonies of #031C81
Complementary color
Monochromatic Colors of #031C81
Black with #031C81
Text Example
Text Example
White with #031C81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #031C81; }
p { color: rgb(3,28,129); }
H1.HeaderClassName
{
color: #031C81;
}
.AnyTagClassName
{
color: #031C81;
}
</style>
background-color css
<style>
a { background-color: #031C81; }
a { background-color: rgb(3,28,129); }
div.DivClassName
{
background-color: #031C81;
}
.BgClassName
{
background-color: #031C81;
}
</style>
border-color css
<style>
span { border-color: #031C81; }
span { border-color: rgb(3,28,129); }
td.TdClassName
{
border-color: #031C81;
}
.TagClassName
{
border-color: #031C81;
}
</style>