Shades of Sapphire #03135B
Tints of Sapphire #03135B
RGB
CMYK
RGB Variations
Color information
#03135B (or 0x03135B) is known color: Sapphire. HEX triplet: 03, 13 and 5B. RGB value is (3,19,91). Sum of RGB (Red+Green+Blue) = 3+19+91=113 (14% of max value = 765). Red value is 3 (1.56% from 255 or 2.65% from 113); Green value is 19 (7.81% from 255 or 16.81% from 113); Blue value is 91 (35.94% from 255 or 80.53% from 113); Max value from RGB is 91 - color contains mainly: blue. Hex color #03135B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #03135B is #FCECA4. Grayscale: #161616. Windows color (decimal): -16575653 or 5968643. OLE color: 5968643.
HSL color Cylindrical-coordinate representation of color #03135B: hue angle of 229.09º degrees, saturation: 0.94, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #03135B is Cyan = 0.97, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 3 | 19 | 91 | - |
| CMYK | 0.97 | 0.79 | 0 | 0.64 |
| HSL | 229.09º | 0.94% | 0.18% | - |
| HSV(B) | 229.09º | 0.97% | 0.36% | - |
| XYZ | 2.16 | 1.24 | 10.02 | - |
| YUV | 22.42 | 166.7 | 114.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 19 | 91 | 0.97 | 0.79 | 0 | 0.64 | 229.09 | 0.94 | 0.18 |
| Hex | 3 | 13 | 5B | 61 | 4F | 0 | 40 | E5 | 5E | 12 |
| Octal | 3 | 23 | 133 | 141 | 117 | 0 | 100 | 345 | 136 | 22 |
| Binary | 11 | 10011 | 1011011 | 1100001 | 1001111 | 0 | 1000000 | 11100101 | 1011110 | 10010 |
Color Harmonies of #03135B
Complementary color
Monochromatic Colors of #03135B
Black with #03135B
Text Example
Text Example
White with #03135B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03135B; }
p { color: rgb(3,19,91); }
H1.HeaderClassName
{
color: #03135B;
}
.AnyTagClassName
{
color: #03135B;
}
</style>
background-color css
<style>
a { background-color: #03135B; }
a { background-color: rgb(3,19,91); }
div.DivClassName
{
background-color: #03135B;
}
.BgClassName
{
background-color: #03135B;
}
</style>
border-color css
<style>
span { border-color: #03135B; }
span { border-color: rgb(3,19,91); }
td.TdClassName
{
border-color: #03135B;
}
.TagClassName
{
border-color: #03135B;
}
</style>