Shades of Sapphire #03184D
Tints of Sapphire #03184D
RGB
CMYK
RGB Variations
Color information
#03184D (or 0x03184D) is known color: Sapphire. HEX triplet: 03, 18 and 4D. RGB value is (3,24,77). Sum of RGB (Red+Green+Blue) = 3+24+77=104 (13% of max value = 765). Red value is 3 (1.56% from 255 or 2.88% from 104); Green value is 24 (9.77% from 255 or 23.08% from 104); Blue value is 77 (30.47% from 255 or 74.04% from 104); Max value from RGB is 77 - color contains mainly: blue. Hex color #03184D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #03184D is #FCE7B2. Grayscale: #171717. Windows color (decimal): -16574387 or 5052419. OLE color: 5052419.
HSL color Cylindrical-coordinate representation of color #03184D: hue angle of 222.97º degrees, saturation: 0.93, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #03184D is Cyan = 0.96, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 3 | 24 | 77 | - |
| CMYK | 0.96 | 0.69 | 0 | 0.70 |
| HSL | 222.97º | 0.93% | 0.16% | - |
| HSV(B) | 222.97º | 0.96% | 0.3% | - |
| XYZ | 1.7 | 1.21 | 7.16 | - |
| YUV | 23.76 | 158.04 | 113.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 24 | 77 | 0.96 | 0.69 | 0 | 0.70 | 222.97 | 0.93 | 0.16 |
| Hex | 3 | 18 | 4D | 60 | 45 | 0 | 46 | DF | 5C | 10 |
| Octal | 3 | 30 | 115 | 140 | 105 | 0 | 106 | 337 | 134 | 20 |
| Binary | 11 | 11000 | 1001101 | 1100000 | 1000101 | 0 | 1000110 | 11011111 | 1011100 | 10000 |
Color Harmonies of #03184D
Complementary color
Monochromatic Colors of #03184D
Black with #03184D
Text Example
Text Example
White with #03184D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03184D; }
p { color: rgb(3,24,77); }
H1.HeaderClassName
{
color: #03184D;
}
.AnyTagClassName
{
color: #03184D;
}
</style>
background-color css
<style>
a { background-color: #03184D; }
a { background-color: rgb(3,24,77); }
div.DivClassName
{
background-color: #03184D;
}
.BgClassName
{
background-color: #03184D;
}
</style>
border-color css
<style>
span { border-color: #03184D; }
span { border-color: rgb(3,24,77); }
td.TdClassName
{
border-color: #03184D;
}
.TagClassName
{
border-color: #03184D;
}
</style>