Shades of Sapphire #03105C
Tints of Sapphire #03105C
RGB
CMYK
RGB Variations
Color information
#03105C (or 0x03105C) is known color: Sapphire. HEX triplet: 03, 10 and 5C. RGB value is (3,16,92). Sum of RGB (Red+Green+Blue) = 3+16+92=111 (14% of max value = 765). Red value is 3 (1.56% from 255 or 2.70% from 111); Green value is 16 (6.64% from 255 or 14.41% from 111); Blue value is 92 (36.33% from 255 or 82.88% from 111); Max value from RGB is 92 - color contains mainly: blue. Hex color #03105C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #03105C is #FCEFA3. Grayscale: #141414. Windows color (decimal): -16576420 or 6033411. OLE color: 6033411.
HSL color Cylindrical-coordinate representation of color #03105C: hue angle of 231.24º 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 #03105C is Cyan = 0.97, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 3 | 16 | 92 | - |
| CMYK | 0.97 | 0.83 | 0 | 0.64 |
| HSL | 231.24º | 0.94% | 0.19% | - |
| HSV(B) | 231.24º | 0.97% | 0.36% | - |
| XYZ | 2.15 | 1.16 | 10.24 | - |
| YUV | 20.78 | 168.19 | 115.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 16 | 92 | 0.97 | 0.83 | 0 | 0.64 | 231.24 | 0.94 | 0.19 |
| Hex | 3 | 10 | 5C | 61 | 53 | 0 | 40 | E7 | 5E | 13 |
| Octal | 3 | 20 | 134 | 141 | 123 | 0 | 100 | 347 | 136 | 23 |
| Binary | 11 | 10000 | 1011100 | 1100001 | 1010011 | 0 | 1000000 | 11100111 | 1011110 | 10011 |
Color Harmonies of #03105C
Complementary color
Monochromatic Colors of #03105C
Black with #03105C
Text Example
Text Example
White with #03105C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03105C; }
p { color: rgb(3,16,92); }
H1.HeaderClassName
{
color: #03105C;
}
.AnyTagClassName
{
color: #03105C;
}
</style>
background-color css
<style>
a { background-color: #03105C; }
a { background-color: rgb(3,16,92); }
div.DivClassName
{
background-color: #03105C;
}
.BgClassName
{
background-color: #03105C;
}
</style>
border-color css
<style>
span { border-color: #03105C; }
span { border-color: rgb(3,16,92); }
td.TdClassName
{
border-color: #03105C;
}
.TagClassName
{
border-color: #03105C;
}
</style>