Shades of Sapphire #03136D
Tints of Sapphire #03136D
RGB
CMYK
RGB Variations
Color information
#03136D (or 0x03136D) is known color: Sapphire. HEX triplet: 03, 13 and 6D. RGB value is (3,19,109). Sum of RGB (Red+Green+Blue) = 3+19+109=131 (17% of max value = 765). Red value is 3 (1.56% from 255 or 2.29% from 131); Green value is 19 (7.81% from 255 or 14.50% from 131); Blue value is 109 (42.97% from 255 or 83.21% from 131); Max value from RGB is 109 - color contains mainly: blue. Hex color #03136D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #03136D is #FCEC92. Grayscale: #181818. Windows color (decimal): -16575635 or 7148291. OLE color: 7148291.
HSL color Cylindrical-coordinate representation of color #03136D: hue angle of 230.94º degrees, saturation: 0.95, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #03136D is Cyan = 0.97, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 3 | 19 | 109 | - |
| CMYK | 0.97 | 0.83 | 0 | 0.57 |
| HSL | 230.94º | 0.95% | 0.22% | - |
| HSV(B) | 230.94º | 0.97% | 0.43% | - |
| XYZ | 3.03 | 1.59 | 14.62 | - |
| YUV | 24.48 | 175.7 | 112.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 19 | 109 | 0.97 | 0.83 | 0 | 0.57 | 230.94 | 0.95 | 0.22 |
| Hex | 3 | 13 | 6D | 61 | 53 | 0 | 39 | E7 | 5F | 16 |
| Octal | 3 | 23 | 155 | 141 | 123 | 0 | 71 | 347 | 137 | 26 |
| Binary | 11 | 10011 | 1101101 | 1100001 | 1010011 | 0 | 111001 | 11100111 | 1011111 | 10110 |
Color Harmonies of #03136D
Complementary color
Monochromatic Colors of #03136D
Black with #03136D
Text Example
Text Example
White with #03136D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03136D; }
p { color: rgb(3,19,109); }
H1.HeaderClassName
{
color: #03136D;
}
.AnyTagClassName
{
color: #03136D;
}
</style>
background-color css
<style>
a { background-color: #03136D; }
a { background-color: rgb(3,19,109); }
div.DivClassName
{
background-color: #03136D;
}
.BgClassName
{
background-color: #03136D;
}
</style>
border-color css
<style>
span { border-color: #03136D; }
span { border-color: rgb(3,19,109); }
td.TdClassName
{
border-color: #03136D;
}
.TagClassName
{
border-color: #03136D;
}
</style>