Shades of Sapphire #03136C
Tints of Sapphire #03136C
RGB
CMYK
RGB Variations
Color information
#03136C (or 0x03136C) is known color: Sapphire. HEX triplet: 03, 13 and 6C. RGB value is (3,19,108). Sum of RGB (Red+Green+Blue) = 3+19+108=130 (17% of max value = 765). Red value is 3 (1.56% from 255 or 2.31% from 130); Green value is 19 (7.81% from 255 or 14.62% from 130); Blue value is 108 (42.58% from 255 or 83.08% from 130); Max value from RGB is 108 - color contains mainly: blue. Hex color #03136C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #03136C is #FCEC93. Grayscale: #171717. Windows color (decimal): -16575636 or 7082755. OLE color: 7082755.
HSL color Cylindrical-coordinate representation of color #03136C: hue angle of 230.86º degrees, saturation: 0.95, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #03136C is Cyan = 0.97, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 3 | 19 | 108 | - |
| CMYK | 0.97 | 0.82 | 0 | 0.58 |
| HSL | 230.86º | 0.95% | 0.22% | - |
| HSV(B) | 230.86º | 0.97% | 0.42% | - |
| XYZ | 2.98 | 1.57 | 14.33 | - |
| YUV | 24.36 | 175.2 | 112.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 19 | 108 | 0.97 | 0.82 | 0 | 0.58 | 230.86 | 0.95 | 0.22 |
| Hex | 3 | 13 | 6C | 61 | 52 | 0 | 3A | E7 | 5F | 16 |
| Octal | 3 | 23 | 154 | 141 | 122 | 0 | 72 | 347 | 137 | 26 |
| Binary | 11 | 10011 | 1101100 | 1100001 | 1010010 | 0 | 111010 | 11100111 | 1011111 | 10110 |
Color Harmonies of #03136C
Complementary color
Monochromatic Colors of #03136C
Black with #03136C
Text Example
Text Example
White with #03136C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03136C; }
p { color: rgb(3,19,108); }
H1.HeaderClassName
{
color: #03136C;
}
.AnyTagClassName
{
color: #03136C;
}
</style>
background-color css
<style>
a { background-color: #03136C; }
a { background-color: rgb(3,19,108); }
div.DivClassName
{
background-color: #03136C;
}
.BgClassName
{
background-color: #03136C;
}
</style>
border-color css
<style>
span { border-color: #03136C; }
span { border-color: rgb(3,19,108); }
td.TdClassName
{
border-color: #03136C;
}
.TagClassName
{
border-color: #03136C;
}
</style>