Shades of Sapphire #031C72
Tints of Sapphire #031C72
RGB
CMYK
RGB Variations
Color information
#031C72 (or 0x031C72) is known color: Sapphire. HEX triplet: 03, 1C and 72. RGB value is (3,28,114). Sum of RGB (Red+Green+Blue) = 3+28+114=145 (19% of max value = 765). Red value is 3 (1.56% from 255 or 2.07% from 145); Green value is 28 (11.33% from 255 or 19.31% from 145); Blue value is 114 (44.92% from 255 or 78.62% from 145); Max value from RGB is 114 - color contains mainly: blue. Hex color #031C72 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #031C72 is #FCE38D. Grayscale: #1D1D1D. Windows color (decimal): -16573326 or 7478275. OLE color: 7478275.
HSL color Cylindrical-coordinate representation of color #031C72: hue angle of 226.49º degrees, saturation: 0.95, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #031C72 is Cyan = 0.97, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 3 | 28 | 114 | - |
| CMYK | 0.97 | 0.75 | 0 | 0.55 |
| HSL | 226.49º | 0.95% | 0.23% | - |
| HSV(B) | 226.49º | 0.97% | 0.45% | - |
| XYZ | 3.49 | 2.06 | 16.13 | - |
| YUV | 30.33 | 175.22 | 108.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 28 | 114 | 0.97 | 0.75 | 0 | 0.55 | 226.49 | 0.95 | 0.23 |
| Hex | 3 | 1C | 72 | 61 | 4B | 0 | 37 | E2 | 5F | 17 |
| Octal | 3 | 34 | 162 | 141 | 113 | 0 | 67 | 342 | 137 | 27 |
| Binary | 11 | 11100 | 1110010 | 1100001 | 1001011 | 0 | 110111 | 11100010 | 1011111 | 10111 |
Color Harmonies of #031C72
Complementary color
Monochromatic Colors of #031C72
Black with #031C72
Text Example
Text Example
White with #031C72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #031C72; }
p { color: rgb(3,28,114); }
H1.HeaderClassName
{
color: #031C72;
}
.AnyTagClassName
{
color: #031C72;
}
</style>
background-color css
<style>
a { background-color: #031C72; }
a { background-color: rgb(3,28,114); }
div.DivClassName
{
background-color: #031C72;
}
.BgClassName
{
background-color: #031C72;
}
</style>
border-color css
<style>
span { border-color: #031C72; }
span { border-color: rgb(3,28,114); }
td.TdClassName
{
border-color: #031C72;
}
.TagClassName
{
border-color: #031C72;
}
</style>