Shades of Sapphire #03256B
Tints of Sapphire #03256B
RGB
CMYK
RGB Variations
Color information
#03256B (or 0x03256B) is known color: Sapphire. HEX triplet: 03, 25 and 6B. RGB value is (3,37,107). Sum of RGB (Red+Green+Blue) = 3+37+107=147 (19% of max value = 765). Red value is 3 (1.56% from 255 or 2.04% from 147); Green value is 37 (14.84% from 255 or 25.17% from 147); Blue value is 107 (42.19% from 255 or 72.79% from 147); Max value from RGB is 107 - color contains mainly: blue. Hex color #03256B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #03256B is #FCDA94. Grayscale: #222222. Windows color (decimal): -16571029 or 7021827. OLE color: 7021827.
HSL color Cylindrical-coordinate representation of color #03256B: hue angle of 220.38º degrees, saturation: 0.95, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #03256B is Cyan = 0.97, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 3 | 37 | 107 | - |
| CMYK | 0.97 | 0.65 | 0 | 0.58 |
| HSL | 220.38º | 0.95% | 0.22% | - |
| HSV(B) | 220.38º | 0.97% | 0.42% | - |
| XYZ | 3.35 | 2.4 | 14.2 | - |
| YUV | 34.81 | 168.74 | 105.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 37 | 107 | 0.97 | 0.65 | 0 | 0.58 | 220.38 | 0.95 | 0.22 |
| Hex | 3 | 25 | 6B | 61 | 41 | 0 | 3A | DC | 5F | 16 |
| Octal | 3 | 45 | 153 | 141 | 101 | 0 | 72 | 334 | 137 | 26 |
| Binary | 11 | 100101 | 1101011 | 1100001 | 1000001 | 0 | 111010 | 11011100 | 1011111 | 10110 |
Color Harmonies of #03256B
Complementary color
Monochromatic Colors of #03256B
Black with #03256B
Text Example
Text Example
White with #03256B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03256B; }
p { color: rgb(3,37,107); }
H1.HeaderClassName
{
color: #03256B;
}
.AnyTagClassName
{
color: #03256B;
}
</style>
background-color css
<style>
a { background-color: #03256B; }
a { background-color: rgb(3,37,107); }
div.DivClassName
{
background-color: #03256B;
}
.BgClassName
{
background-color: #03256B;
}
</style>
border-color css
<style>
span { border-color: #03256B; }
span { border-color: rgb(3,37,107); }
td.TdClassName
{
border-color: #03256B;
}
.TagClassName
{
border-color: #03256B;
}
</style>