Shades of Sapphire #03134A
Tints of Sapphire #03134A
RGB
CMYK
RGB Variations
Color information
#03134A (or 0x03134A) is known color: Sapphire. HEX triplet: 03, 13 and 4A. RGB value is (3,19,74). Sum of RGB (Red+Green+Blue) = 3+19+74=96 (12% of max value = 765). Red value is 3 (1.56% from 255 or 3.12% from 96); Green value is 19 (7.81% from 255 or 19.79% from 96); Blue value is 74 (29.30% from 255 or 77.08% from 96); Max value from RGB is 74 - color contains mainly: blue. Hex color #03134A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #03134A is #FCECB5. Grayscale: #141414. Windows color (decimal): -16575670 or 4854531. OLE color: 4854531.
HSL color Cylindrical-coordinate representation of color #03134A: hue angle of 226.48º degrees, saturation: 0.92, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #03134A is Cyan = 0.96, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 3 | 19 | 74 | - |
| CMYK | 0.96 | 0.74 | 0 | 0.71 |
| HSL | 226.48º | 0.92% | 0.15% | - |
| HSV(B) | 226.48º | 0.96% | 0.29% | - |
| XYZ | 1.51 | 0.98 | 6.59 | - |
| YUV | 20.49 | 158.2 | 115.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 19 | 74 | 0.96 | 0.74 | 0 | 0.71 | 226.48 | 0.92 | 0.15 |
| Hex | 3 | 13 | 4A | 60 | 4A | 0 | 47 | E2 | 5C | F |
| Octal | 3 | 23 | 112 | 140 | 112 | 0 | 107 | 342 | 134 | 17 |
| Binary | 11 | 10011 | 1001010 | 1100000 | 1001010 | 0 | 1000111 | 11100010 | 1011100 | 1111 |
Color Harmonies of #03134A
Complementary color
Monochromatic Colors of #03134A
Black with #03134A
Text Example
Text Example
White with #03134A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03134A; }
p { color: rgb(3,19,74); }
H1.HeaderClassName
{
color: #03134A;
}
.AnyTagClassName
{
color: #03134A;
}
</style>
background-color css
<style>
a { background-color: #03134A; }
a { background-color: rgb(3,19,74); }
div.DivClassName
{
background-color: #03134A;
}
.BgClassName
{
background-color: #03134A;
}
</style>
border-color css
<style>
span { border-color: #03134A; }
span { border-color: rgb(3,19,74); }
td.TdClassName
{
border-color: #03134A;
}
.TagClassName
{
border-color: #03134A;
}
</style>