Shades of Sapphire #031D4B
Tints of Sapphire #031D4B
RGB
CMYK
RGB Variations
Color information
#031D4B (or 0x031D4B) is known color: Sapphire. HEX triplet: 03, 1D and 4B. RGB value is (3,29,75). Sum of RGB (Red+Green+Blue) = 3+29+75=107 (14% of max value = 765). Red value is 3 (1.56% from 255 or 2.80% from 107); Green value is 29 (11.72% from 255 or 27.10% from 107); Blue value is 75 (29.69% from 255 or 70.09% from 107); Max value from RGB is 75 - color contains mainly: blue. Hex color #031D4B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #031D4B is #FCE2B4. Grayscale: #1A1A1A. Windows color (decimal): -16573109 or 4922627. OLE color: 4922627.
HSL color Cylindrical-coordinate representation of color #031D4B: hue angle of 218.33º degrees, saturation: 0.92, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #031D4B is Cyan = 0.96, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 3 | 29 | 75 | - |
| CMYK | 0.96 | 0.61 | 0 | 0.71 |
| HSL | 218.33º | 0.92% | 0.15% | - |
| HSV(B) | 218.33º | 0.96% | 0.29% | - |
| XYZ | 1.75 | 1.41 | 6.84 | - |
| YUV | 26.47 | 155.39 | 111.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 29 | 75 | 0.96 | 0.61 | 0 | 0.71 | 218.33 | 0.92 | 0.15 |
| Hex | 3 | 1D | 4B | 60 | 3D | 0 | 47 | DA | 5C | F |
| Octal | 3 | 35 | 113 | 140 | 75 | 0 | 107 | 332 | 134 | 17 |
| Binary | 11 | 11101 | 1001011 | 1100000 | 111101 | 0 | 1000111 | 11011010 | 1011100 | 1111 |
Color Harmonies of #031D4B
Complementary color
Monochromatic Colors of #031D4B
Black with #031D4B
Text Example
Text Example
White with #031D4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #031D4B; }
p { color: rgb(3,29,75); }
H1.HeaderClassName
{
color: #031D4B;
}
.AnyTagClassName
{
color: #031D4B;
}
</style>
background-color css
<style>
a { background-color: #031D4B; }
a { background-color: rgb(3,29,75); }
div.DivClassName
{
background-color: #031D4B;
}
.BgClassName
{
background-color: #031D4B;
}
</style>
border-color css
<style>
span { border-color: #031D4B; }
span { border-color: rgb(3,29,75); }
td.TdClassName
{
border-color: #031D4B;
}
.TagClassName
{
border-color: #031D4B;
}
</style>