Shades of Sapphire #03136F
Tints of Sapphire #03136F
RGB
CMYK
RGB Variations
Color information
#03136F (or 0x03136F) is known color: Sapphire. HEX triplet: 03, 13 and 6F. RGB value is (3,19,111). Sum of RGB (Red+Green+Blue) = 3+19+111=133 (17% of max value = 765). Red value is 3 (1.56% from 255 or 2.26% from 133); Green value is 19 (7.81% from 255 or 14.29% from 133); Blue value is 111 (43.75% from 255 or 83.46% from 133); Max value from RGB is 111 - color contains mainly: blue. Hex color #03136F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #03136F is #FCEC90. Grayscale: #181818. Windows color (decimal): -16575633 or 7279363. OLE color: 7279363.
HSL color Cylindrical-coordinate representation of color #03136F: hue angle of 231.11º degrees, saturation: 0.95, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #03136F is Cyan = 0.97, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 3 | 19 | 111 | - |
| CMYK | 0.97 | 0.83 | 0 | 0.56 |
| HSL | 231.11º | 0.95% | 0.22% | - |
| HSV(B) | 231.11º | 0.97% | 0.44% | - |
| XYZ | 3.14 | 1.63 | 15.19 | - |
| YUV | 24.7 | 176.7 | 112.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 19 | 111 | 0.97 | 0.83 | 0 | 0.56 | 231.11 | 0.95 | 0.22 |
| Hex | 3 | 13 | 6F | 61 | 53 | 0 | 38 | E7 | 5F | 16 |
| Octal | 3 | 23 | 157 | 141 | 123 | 0 | 70 | 347 | 137 | 26 |
| Binary | 11 | 10011 | 1101111 | 1100001 | 1010011 | 0 | 111000 | 11100111 | 1011111 | 10110 |
Color Harmonies of #03136F
Complementary color
Monochromatic Colors of #03136F
Black with #03136F
Text Example
Text Example
White with #03136F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03136F; }
p { color: rgb(3,19,111); }
H1.HeaderClassName
{
color: #03136F;
}
.AnyTagClassName
{
color: #03136F;
}
</style>
background-color css
<style>
a { background-color: #03136F; }
a { background-color: rgb(3,19,111); }
div.DivClassName
{
background-color: #03136F;
}
.BgClassName
{
background-color: #03136F;
}
</style>
border-color css
<style>
span { border-color: #03136F; }
span { border-color: rgb(3,19,111); }
td.TdClassName
{
border-color: #03136F;
}
.TagClassName
{
border-color: #03136F;
}
</style>