Shades of Sapphire #03255E
Tints of Sapphire #03255E
RGB
CMYK
RGB Variations
Color information
#03255E (or 0x03255E) is known color: Sapphire. HEX triplet: 03, 25 and 5E. RGB value is (3,37,94). Sum of RGB (Red+Green+Blue) = 3+37+94=134 (17% of max value = 765). Red value is 3 (1.56% from 255 or 2.24% from 134); Green value is 37 (14.84% from 255 or 27.61% from 134); Blue value is 94 (37.11% from 255 or 70.15% from 134); Max value from RGB is 94 - color contains mainly: blue. Hex color #03255E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #03255E is #FCDAA1. Grayscale: #212121. Windows color (decimal): -16571042 or 6169859. OLE color: 6169859.
HSL color Cylindrical-coordinate representation of color #03255E: hue angle of 217.58º degrees, saturation: 0.94, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #03255E is Cyan = 0.97, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 3 | 37 | 94 | - |
| CMYK | 0.97 | 0.61 | 0 | 0.63 |
| HSL | 217.58º | 0.94% | 0.19% | - |
| HSV(B) | 217.58º | 0.97% | 0.37% | - |
| XYZ | 2.72 | 2.15 | 10.86 | - |
| YUV | 33.33 | 162.24 | 106.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 37 | 94 | 0.97 | 0.61 | 0 | 0.63 | 217.58 | 0.94 | 0.19 |
| Hex | 3 | 25 | 5E | 61 | 3D | 0 | 3F | DA | 5E | 13 |
| Octal | 3 | 45 | 136 | 141 | 75 | 0 | 77 | 332 | 136 | 23 |
| Binary | 11 | 100101 | 1011110 | 1100001 | 111101 | 0 | 111111 | 11011010 | 1011110 | 10011 |
Color Harmonies of #03255E
Complementary color
Monochromatic Colors of #03255E
Black with #03255E
Text Example
Text Example
White with #03255E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03255E; }
p { color: rgb(3,37,94); }
H1.HeaderClassName
{
color: #03255E;
}
.AnyTagClassName
{
color: #03255E;
}
</style>
background-color css
<style>
a { background-color: #03255E; }
a { background-color: rgb(3,37,94); }
div.DivClassName
{
background-color: #03255E;
}
.BgClassName
{
background-color: #03255E;
}
</style>
border-color css
<style>
span { border-color: #03255E; }
span { border-color: rgb(3,37,94); }
td.TdClassName
{
border-color: #03255E;
}
.TagClassName
{
border-color: #03255E;
}
</style>