Shades of Sapphire #03145D
Tints of Sapphire #03145D
RGB
CMYK
RGB Variations
Color information
#03145D (or 0x03145D) is known color: Sapphire. HEX triplet: 03, 14 and 5D. RGB value is (3,20,93). Sum of RGB (Red+Green+Blue) = 3+20+93=116 (15% of max value = 765). Red value is 3 (1.56% from 255 or 2.59% from 116); Green value is 20 (8.20% from 255 or 17.24% from 116); Blue value is 93 (36.72% from 255 or 80.17% from 116); Max value from RGB is 93 - color contains mainly: blue. Hex color #03145D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #03145D is #FCEBA2. Grayscale: #161616. Windows color (decimal): -16575395 or 6099971. OLE color: 6099971.
HSL color Cylindrical-coordinate representation of color #03145D: hue angle of 228.67º degrees, saturation: 0.94, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #03145D is Cyan = 0.97, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 3 | 20 | 93 | - |
| CMYK | 0.97 | 0.78 | 0 | 0.64 |
| HSL | 228.67º | 0.94% | 0.19% | - |
| HSV(B) | 228.67º | 0.97% | 0.36% | - |
| XYZ | 2.26 | 1.31 | 10.49 | - |
| YUV | 23.24 | 167.37 | 113.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 20 | 93 | 0.97 | 0.78 | 0 | 0.64 | 228.67 | 0.94 | 0.19 |
| Hex | 3 | 14 | 5D | 61 | 4E | 0 | 40 | E5 | 5E | 13 |
| Octal | 3 | 24 | 135 | 141 | 116 | 0 | 100 | 345 | 136 | 23 |
| Binary | 11 | 10100 | 1011101 | 1100001 | 1001110 | 0 | 1000000 | 11100101 | 1011110 | 10011 |
Color Harmonies of #03145D
Complementary color
Monochromatic Colors of #03145D
Black with #03145D
Text Example
Text Example
White with #03145D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03145D; }
p { color: rgb(3,20,93); }
H1.HeaderClassName
{
color: #03145D;
}
.AnyTagClassName
{
color: #03145D;
}
</style>
background-color css
<style>
a { background-color: #03145D; }
a { background-color: rgb(3,20,93); }
div.DivClassName
{
background-color: #03145D;
}
.BgClassName
{
background-color: #03145D;
}
</style>
border-color css
<style>
span { border-color: #03145D; }
span { border-color: rgb(3,20,93); }
td.TdClassName
{
border-color: #03145D;
}
.TagClassName
{
border-color: #03145D;
}
</style>