Shades of Sapphire #03185C
Tints of Sapphire #03185C
RGB
CMYK
RGB Variations
Color information
#03185C (or 0x03185C) is known color: Sapphire. HEX triplet: 03, 18 and 5C. RGB value is (3,24,92). Sum of RGB (Red+Green+Blue) = 3+24+92=119 (15% of max value = 765). Red value is 3 (1.56% from 255 or 2.52% from 119); Green value is 24 (9.77% from 255 or 20.17% from 119); Blue value is 92 (36.33% from 255 or 77.31% from 119); Max value from RGB is 92 - color contains mainly: blue. Hex color #03185C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #03185C is #FCE7A3. Grayscale: #191919. Windows color (decimal): -16574372 or 6035459. OLE color: 6035459.
HSL color Cylindrical-coordinate representation of color #03185C: hue angle of 225.84º 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 #03185C is Cyan = 0.97, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 3 | 24 | 92 | - |
| CMYK | 0.97 | 0.74 | 0 | 0.64 |
| HSL | 225.84º | 0.94% | 0.19% | - |
| HSV(B) | 225.84º | 0.97% | 0.36% | - |
| XYZ | 2.3 | 1.45 | 10.28 | - |
| YUV | 25.47 | 165.54 | 111.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 24 | 92 | 0.97 | 0.74 | 0 | 0.64 | 225.84 | 0.94 | 0.19 |
| Hex | 3 | 18 | 5C | 61 | 4A | 0 | 40 | E2 | 5E | 13 |
| Octal | 3 | 30 | 134 | 141 | 112 | 0 | 100 | 342 | 136 | 23 |
| Binary | 11 | 11000 | 1011100 | 1100001 | 1001010 | 0 | 1000000 | 11100010 | 1011110 | 10011 |
Color Harmonies of #03185C
Complementary color
Monochromatic Colors of #03185C
Black with #03185C
Text Example
Text Example
White with #03185C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03185C; }
p { color: rgb(3,24,92); }
H1.HeaderClassName
{
color: #03185C;
}
.AnyTagClassName
{
color: #03185C;
}
</style>
background-color css
<style>
a { background-color: #03185C; }
a { background-color: rgb(3,24,92); }
div.DivClassName
{
background-color: #03185C;
}
.BgClassName
{
background-color: #03185C;
}
</style>
border-color css
<style>
span { border-color: #03185C; }
span { border-color: rgb(3,24,92); }
td.TdClassName
{
border-color: #03185C;
}
.TagClassName
{
border-color: #03185C;
}
</style>