Shades of Sapphire #03084D
Tints of Sapphire #03084D
RGB
CMYK
RGB Variations
Color information
#03084D (or 0x03084D) is known color: Sapphire. HEX triplet: 03, 08 and 4D. RGB value is (3,8,77). Sum of RGB (Red+Green+Blue) = 3+8+77=88 (11% of max value = 765). Red value is 3 (1.56% from 255 or 3.41% from 88); Green value is 8 (3.52% from 255 or 9.09% from 88); Blue value is 77 (30.47% from 255 or 87.5% from 88); Max value from RGB is 77 - color contains mainly: blue. Hex color #03084D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #03084D is #FCF7B2. Grayscale: #0E0E0E. Windows color (decimal): -16578483 or 5048323. OLE color: 5048323.
HSL color Cylindrical-coordinate representation of color #03084D: hue angle of 235.95º 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 #03084D is Cyan = 0.96, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 3 | 8 | 77 | - |
| CMYK | 0.96 | 0.90 | 0 | 0.70 |
| HSL | 235.95º | 0.93% | 0.16% | - |
| HSV(B) | 235.95º | 0.96% | 0.3% | - |
| XYZ | 1.46 | 0.73 | 7.08 | - |
| YUV | 14.37 | 163.34 | 119.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 8 | 77 | 0.96 | 0.90 | 0 | 0.70 | 235.95 | 0.93 | 0.16 |
| Hex | 3 | 8 | 4D | 60 | 5A | 0 | 46 | EC | 5C | 10 |
| Octal | 3 | 10 | 115 | 140 | 132 | 0 | 106 | 354 | 134 | 20 |
| Binary | 11 | 1000 | 1001101 | 1100000 | 1011010 | 0 | 1000110 | 11101100 | 1011100 | 10000 |
Color Harmonies of #03084D
Complementary color
Monochromatic Colors of #03084D
Black with #03084D
Text Example
Text Example
White with #03084D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03084D; }
p { color: rgb(3,8,77); }
H1.HeaderClassName
{
color: #03084D;
}
.AnyTagClassName
{
color: #03084D;
}
</style>
background-color css
<style>
a { background-color: #03084D; }
a { background-color: rgb(3,8,77); }
div.DivClassName
{
background-color: #03084D;
}
.BgClassName
{
background-color: #03084D;
}
</style>
border-color css
<style>
span { border-color: #03084D; }
span { border-color: rgb(3,8,77); }
td.TdClassName
{
border-color: #03084D;
}
.TagClassName
{
border-color: #03084D;
}
</style>