Shades of Sapphire #03145C
Tints of Sapphire #03145C
RGB
CMYK
RGB Variations
Color information
#03145C (or 0x03145C) is known color: Sapphire. HEX triplet: 03, 14 and 5C. RGB value is (3,20,92). Sum of RGB (Red+Green+Blue) = 3+20+92=115 (15% of max value = 765). Red value is 3 (1.56% from 255 or 2.61% from 115); Green value is 20 (8.20% from 255 or 17.39% from 115); Blue value is 92 (36.33% from 255 or 80% from 115); Max value from RGB is 92 - color contains mainly: blue. Hex color #03145C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #03145C is #FCEBA3. Grayscale: #161616. Windows color (decimal): -16575396 or 6034435. OLE color: 6034435.
HSL color Cylindrical-coordinate representation of color #03145C: hue angle of 228.54º 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 #03145C is Cyan = 0.97, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 3 | 20 | 92 | - |
| CMYK | 0.97 | 0.78 | 0 | 0.64 |
| HSL | 228.54º | 0.94% | 0.19% | - |
| HSV(B) | 228.54º | 0.97% | 0.36% | - |
| XYZ | 2.22 | 1.29 | 10.26 | - |
| YUV | 23.13 | 166.87 | 113.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 20 | 92 | 0.97 | 0.78 | 0 | 0.64 | 228.54 | 0.94 | 0.19 |
| Hex | 3 | 14 | 5C | 61 | 4E | 0 | 40 | E5 | 5E | 13 |
| Octal | 3 | 24 | 134 | 141 | 116 | 0 | 100 | 345 | 136 | 23 |
| Binary | 11 | 10100 | 1011100 | 1100001 | 1001110 | 0 | 1000000 | 11100101 | 1011110 | 10011 |
Color Harmonies of #03145C
Complementary color
Monochromatic Colors of #03145C
Black with #03145C
Text Example
Text Example
White with #03145C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03145C; }
p { color: rgb(3,20,92); }
H1.HeaderClassName
{
color: #03145C;
}
.AnyTagClassName
{
color: #03145C;
}
</style>
background-color css
<style>
a { background-color: #03145C; }
a { background-color: rgb(3,20,92); }
div.DivClassName
{
background-color: #03145C;
}
.BgClassName
{
background-color: #03145C;
}
</style>
border-color css
<style>
span { border-color: #03145C; }
span { border-color: rgb(3,20,92); }
td.TdClassName
{
border-color: #03145C;
}
.TagClassName
{
border-color: #03145C;
}
</style>