Shades of Sapphire #032A7C
Tints of Sapphire #032A7C
RGB
CMYK
RGB Variations
Color information
#032A7C (or 0x032A7C) is known color: Sapphire. HEX triplet: 03, 2A and 7C. RGB value is (3,42,124). Sum of RGB (Red+Green+Blue) = 3+42+124=169 (22% of max value = 765). Red value is 3 (1.56% from 255 or 1.78% from 169); Green value is 42 (16.80% from 255 or 24.85% from 169); Blue value is 124 (48.83% from 255 or 73.37% from 169); Max value from RGB is 124 - color contains mainly: blue. Hex color #032A7C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #032A7C is #FCD583. Grayscale: #272727. Windows color (decimal): -16569732 or 8137219. OLE color: 8137219.
HSL color Cylindrical-coordinate representation of color #032A7C: hue angle of 220.66º degrees, saturation: 0.95, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #032A7C is Cyan = 0.98, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 3 | 42 | 124 | - |
| CMYK | 0.98 | 0.66 | 0 | 0.51 |
| HSL | 220.66º | 0.95% | 0.25% | - |
| HSV(B) | 220.66º | 0.98% | 0.49% | - |
| XYZ | 4.5 | 3.13 | 19.44 | - |
| YUV | 39.69 | 175.58 | 101.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 42 | 124 | 0.98 | 0.66 | 0 | 0.51 | 220.66 | 0.95 | 0.25 |
| Hex | 3 | 2A | 7C | 62 | 42 | 0 | 33 | DD | 5F | 19 |
| Octal | 3 | 52 | 174 | 142 | 102 | 0 | 63 | 335 | 137 | 31 |
| Binary | 11 | 101010 | 1111100 | 1100010 | 1000010 | 0 | 110011 | 11011101 | 1011111 | 11001 |
Color Harmonies of #032A7C
Complementary color
Monochromatic Colors of #032A7C
Black with #032A7C
Text Example
Text Example
White with #032A7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #032A7C; }
p { color: rgb(3,42,124); }
H1.HeaderClassName
{
color: #032A7C;
}
.AnyTagClassName
{
color: #032A7C;
}
</style>
background-color css
<style>
a { background-color: #032A7C; }
a { background-color: rgb(3,42,124); }
div.DivClassName
{
background-color: #032A7C;
}
.BgClassName
{
background-color: #032A7C;
}
</style>
border-color css
<style>
span { border-color: #032A7C; }
span { border-color: rgb(3,42,124); }
td.TdClassName
{
border-color: #032A7C;
}
.TagClassName
{
border-color: #032A7C;
}
</style>