Shades of Sapphire #03136B
Tints of Sapphire #03136B
RGB
CMYK
RGB Variations
Color information
#03136B (or 0x03136B) is known color: Sapphire. HEX triplet: 03, 13 and 6B. RGB value is (3,19,107). Sum of RGB (Red+Green+Blue) = 3+19+107=129 (17% of max value = 765). Red value is 3 (1.56% from 255 or 2.33% from 129); Green value is 19 (7.81% from 255 or 14.73% from 129); Blue value is 107 (42.19% from 255 or 82.95% from 129); Max value from RGB is 107 - color contains mainly: blue. Hex color #03136B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #03136B is #FCEC94. Grayscale: #171717. Windows color (decimal): -16575637 or 7017219. OLE color: 7017219.
HSL color Cylindrical-coordinate representation of color #03136B: hue angle of 230.77º 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 #03136B is Cyan = 0.97, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 3 | 19 | 107 | - |
| CMYK | 0.97 | 0.82 | 0 | 0.58 |
| HSL | 230.77º | 0.95% | 0.22% | - |
| HSV(B) | 230.77º | 0.97% | 0.42% | - |
| XYZ | 2.92 | 1.55 | 14.05 | - |
| YUV | 24.25 | 174.7 | 112.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 19 | 107 | 0.97 | 0.82 | 0 | 0.58 | 230.77 | 0.95 | 0.22 |
| Hex | 3 | 13 | 6B | 61 | 52 | 0 | 3A | E7 | 5F | 16 |
| Octal | 3 | 23 | 153 | 141 | 122 | 0 | 72 | 347 | 137 | 26 |
| Binary | 11 | 10011 | 1101011 | 1100001 | 1010010 | 0 | 111010 | 11100111 | 1011111 | 10110 |
Color Harmonies of #03136B
Complementary color
Monochromatic Colors of #03136B
Black with #03136B
Text Example
Text Example
White with #03136B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03136B; }
p { color: rgb(3,19,107); }
H1.HeaderClassName
{
color: #03136B;
}
.AnyTagClassName
{
color: #03136B;
}
</style>
background-color css
<style>
a { background-color: #03136B; }
a { background-color: rgb(3,19,107); }
div.DivClassName
{
background-color: #03136B;
}
.BgClassName
{
background-color: #03136B;
}
</style>
border-color css
<style>
span { border-color: #03136B; }
span { border-color: rgb(3,19,107); }
td.TdClassName
{
border-color: #03136B;
}
.TagClassName
{
border-color: #03136B;
}
</style>