Shades of Sapphire #03146B
Tints of Sapphire #03146B
RGB
CMYK
RGB Variations
Color information
#03146B (or 0x03146B) is known color: Sapphire. HEX triplet: 03, 14 and 6B. RGB value is (3,20,107). Sum of RGB (Red+Green+Blue) = 3+20+107=130 (17% of max value = 765). Red value is 3 (1.56% from 255 or 2.31% from 130); Green value is 20 (8.20% from 255 or 15.38% from 130); Blue value is 107 (42.19% from 255 or 82.31% from 130); Max value from RGB is 107 - color contains mainly: blue. Hex color #03146B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #03146B is #FCEB94. Grayscale: #181818. Windows color (decimal): -16575381 or 7017475. OLE color: 7017475.
HSL color Cylindrical-coordinate representation of color #03146B: hue angle of 230.19º 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 #03146B is Cyan = 0.97, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 3 | 20 | 107 | - |
| CMYK | 0.97 | 0.81 | 0 | 0.58 |
| HSL | 230.19º | 0.95% | 0.22% | - |
| HSV(B) | 230.19º | 0.97% | 0.42% | - |
| XYZ | 2.94 | 1.58 | 14.06 | - |
| YUV | 24.84 | 174.37 | 112.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 20 | 107 | 0.97 | 0.81 | 0 | 0.58 | 230.19 | 0.95 | 0.22 |
| Hex | 3 | 14 | 6B | 61 | 51 | 0 | 3A | E6 | 5F | 16 |
| Octal | 3 | 24 | 153 | 141 | 121 | 0 | 72 | 346 | 137 | 26 |
| Binary | 11 | 10100 | 1101011 | 1100001 | 1010001 | 0 | 111010 | 11100110 | 1011111 | 10110 |
Color Harmonies of #03146B
Complementary color
Monochromatic Colors of #03146B
Black with #03146B
Text Example
Text Example
White with #03146B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03146B; }
p { color: rgb(3,20,107); }
H1.HeaderClassName
{
color: #03146B;
}
.AnyTagClassName
{
color: #03146B;
}
</style>
background-color css
<style>
a { background-color: #03146B; }
a { background-color: rgb(3,20,107); }
div.DivClassName
{
background-color: #03146B;
}
.BgClassName
{
background-color: #03146B;
}
</style>
border-color css
<style>
span { border-color: #03146B; }
span { border-color: rgb(3,20,107); }
td.TdClassName
{
border-color: #03146B;
}
.TagClassName
{
border-color: #03146B;
}
</style>