Shades of Sapphire #03145A
Tints of Sapphire #03145A
RGB
CMYK
RGB Variations
Color information
#03145A (or 0x03145A) is known color: Sapphire. HEX triplet: 03, 14 and 5A. RGB value is (3,20,90). Sum of RGB (Red+Green+Blue) = 3+20+90=113 (14% of max value = 765). Red value is 3 (1.56% from 255 or 2.65% from 113); Green value is 20 (8.20% from 255 or 17.70% from 113); Blue value is 90 (35.55% from 255 or 79.65% from 113); Max value from RGB is 90 - color contains mainly: blue. Hex color #03145A is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #03145A is #FCEBA5. Grayscale: #161616. Windows color (decimal): -16575398 or 5903363. OLE color: 5903363.
HSL color Cylindrical-coordinate representation of color #03145A: hue angle of 228.28º degrees, saturation: 0.94, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #03145A is Cyan = 0.97, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 3 | 20 | 90 | - |
| CMYK | 0.97 | 0.78 | 0 | 0.65 |
| HSL | 228.28º | 0.94% | 0.18% | - |
| HSV(B) | 228.28º | 0.97% | 0.35% | - |
| XYZ | 2.13 | 1.26 | 9.8 | - |
| YUV | 22.9 | 165.87 | 113.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 20 | 90 | 0.97 | 0.78 | 0 | 0.65 | 228.28 | 0.94 | 0.18 |
| Hex | 3 | 14 | 5A | 61 | 4E | 0 | 41 | E4 | 5E | 12 |
| Octal | 3 | 24 | 132 | 141 | 116 | 0 | 101 | 344 | 136 | 22 |
| Binary | 11 | 10100 | 1011010 | 1100001 | 1001110 | 0 | 1000001 | 11100100 | 1011110 | 10010 |
Color Harmonies of #03145A
Complementary color
Monochromatic Colors of #03145A
Black with #03145A
Text Example
Text Example
White with #03145A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03145A; }
p { color: rgb(3,20,90); }
H1.HeaderClassName
{
color: #03145A;
}
.AnyTagClassName
{
color: #03145A;
}
</style>
background-color css
<style>
a { background-color: #03145A; }
a { background-color: rgb(3,20,90); }
div.DivClassName
{
background-color: #03145A;
}
.BgClassName
{
background-color: #03145A;
}
</style>
border-color css
<style>
span { border-color: #03145A; }
span { border-color: rgb(3,20,90); }
td.TdClassName
{
border-color: #03145A;
}
.TagClassName
{
border-color: #03145A;
}
</style>