Shades of Sapphire #03287F
Tints of Sapphire #03287F
RGB
CMYK
RGB Variations
Color information
#03287F (or 0x03287F) is known color: Sapphire. HEX triplet: 03, 28 and 7F. RGB value is (3,40,127). Sum of RGB (Red+Green+Blue) = 3+40+127=170 (22% of max value = 765). Red value is 3 (1.56% from 255 or 1.76% from 170); Green value is 40 (16.02% from 255 or 23.53% from 170); Blue value is 127 (50% from 255 or 74.71% from 170); Max value from RGB is 127 - color contains mainly: blue. Hex color #03287F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #03287F is #FCD780. Grayscale: #262626. Windows color (decimal): -16570241 or 8333315. OLE color: 8333315.
HSL color Cylindrical-coordinate representation of color #03287F: hue angle of 222.1º degrees, saturation: 0.95, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #03287F is Cyan = 0.98, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 3 | 40 | 127 | - |
| CMYK | 0.98 | 0.69 | 0 | 0.50 |
| HSL | 222.1º | 0.95% | 0.25% | - |
| HSV(B) | 222.1º | 0.98% | 0.5% | - |
| XYZ | 4.63 | 3.07 | 20.43 | - |
| YUV | 38.86 | 177.74 | 102.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 40 | 127 | 0.98 | 0.69 | 0 | 0.50 | 222.1 | 0.95 | 0.25 |
| Hex | 3 | 28 | 7F | 62 | 45 | 0 | 32 | DE | 5F | 19 |
| Octal | 3 | 50 | 177 | 142 | 105 | 0 | 62 | 336 | 137 | 31 |
| Binary | 11 | 101000 | 1111111 | 1100010 | 1000101 | 0 | 110010 | 11011110 | 1011111 | 11001 |
Color Harmonies of #03287F
Complementary color
Monochromatic Colors of #03287F
Black with #03287F
Text Example
Text Example
White with #03287F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03287F; }
p { color: rgb(3,40,127); }
H1.HeaderClassName
{
color: #03287F;
}
.AnyTagClassName
{
color: #03287F;
}
</style>
background-color css
<style>
a { background-color: #03287F; }
a { background-color: rgb(3,40,127); }
div.DivClassName
{
background-color: #03287F;
}
.BgClassName
{
background-color: #03287F;
}
</style>
border-color css
<style>
span { border-color: #03287F; }
span { border-color: rgb(3,40,127); }
td.TdClassName
{
border-color: #03287F;
}
.TagClassName
{
border-color: #03287F;
}
</style>