Shades of Sapphire #03135A
Tints of Sapphire #03135A
RGB
CMYK
RGB Variations
Color information
#03135A (or 0x03135A) is known color: Sapphire. HEX triplet: 03, 13 and 5A. RGB value is (3,19,90). Sum of RGB (Red+Green+Blue) = 3+19+90=112 (14% of max value = 765). Red value is 3 (1.56% from 255 or 2.68% from 112); Green value is 19 (7.81% from 255 or 16.96% from 112); Blue value is 90 (35.55% from 255 or 80.36% from 112); Max value from RGB is 90 - color contains mainly: blue. Hex color #03135A is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #03135A is #FCECA5. Grayscale: #161616. Windows color (decimal): -16575654 or 5903107. OLE color: 5903107.
HSL color Cylindrical-coordinate representation of color #03135A: hue angle of 228.97º degrees, saturation: 0.94, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #03135A is Cyan = 0.97, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 3 | 19 | 90 | - |
| CMYK | 0.97 | 0.79 | 0 | 0.65 |
| HSL | 228.97º | 0.94% | 0.18% | - |
| HSV(B) | 228.97º | 0.97% | 0.35% | - |
| XYZ | 2.12 | 1.22 | 9.8 | - |
| YUV | 22.31 | 166.2 | 114.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 19 | 90 | 0.97 | 0.79 | 0 | 0.65 | 228.97 | 0.94 | 0.18 |
| Hex | 3 | 13 | 5A | 61 | 4F | 0 | 41 | E5 | 5E | 12 |
| Octal | 3 | 23 | 132 | 141 | 117 | 0 | 101 | 345 | 136 | 22 |
| Binary | 11 | 10011 | 1011010 | 1100001 | 1001111 | 0 | 1000001 | 11100101 | 1011110 | 10010 |
Color Harmonies of #03135A
Complementary color
Monochromatic Colors of #03135A
Black with #03135A
Text Example
Text Example
White with #03135A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03135A; }
p { color: rgb(3,19,90); }
H1.HeaderClassName
{
color: #03135A;
}
.AnyTagClassName
{
color: #03135A;
}
</style>
background-color css
<style>
a { background-color: #03135A; }
a { background-color: rgb(3,19,90); }
div.DivClassName
{
background-color: #03135A;
}
.BgClassName
{
background-color: #03135A;
}
</style>
border-color css
<style>
span { border-color: #03135A; }
span { border-color: rgb(3,19,90); }
td.TdClassName
{
border-color: #03135A;
}
.TagClassName
{
border-color: #03135A;
}
</style>