Shades of Sapphire #032A7B
Tints of Sapphire #032A7B
RGB
CMYK
RGB Variations
Color information
#032A7B (or 0x032A7B) is known color: Sapphire. HEX triplet: 03, 2A and 7B. RGB value is (3,42,123). Sum of RGB (Red+Green+Blue) = 3+42+123=168 (22% of max value = 765). Red value is 3 (1.56% from 255 or 1.79% from 168); Green value is 42 (16.80% from 255 or 25% from 168); Blue value is 123 (48.44% from 255 or 73.21% from 168); Max value from RGB is 123 - color contains mainly: blue. Hex color #032A7B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #032A7B is #FCD584. Grayscale: #272727. Windows color (decimal): -16569733 or 8071683. OLE color: 8071683.
HSL color Cylindrical-coordinate representation of color #032A7B: hue angle of 220.5º degrees, saturation: 0.95, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #032A7B is Cyan = 0.98, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 3 | 42 | 123 | - |
| CMYK | 0.98 | 0.66 | 0 | 0.52 |
| HSL | 220.5º | 0.95% | 0.25% | - |
| HSV(B) | 220.5º | 0.98% | 0.48% | - |
| XYZ | 4.44 | 3.11 | 19.1 | - |
| YUV | 39.57 | 175.08 | 101.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 42 | 123 | 0.98 | 0.66 | 0 | 0.52 | 220.5 | 0.95 | 0.25 |
| Hex | 3 | 2A | 7B | 62 | 42 | 0 | 34 | DC | 5F | 19 |
| Octal | 3 | 52 | 173 | 142 | 102 | 0 | 64 | 334 | 137 | 31 |
| Binary | 11 | 101010 | 1111011 | 1100010 | 1000010 | 0 | 110100 | 11011100 | 1011111 | 11001 |
Color Harmonies of #032A7B
Complementary color
Monochromatic Colors of #032A7B
Black with #032A7B
Text Example
Text Example
White with #032A7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #032A7B; }
p { color: rgb(3,42,123); }
H1.HeaderClassName
{
color: #032A7B;
}
.AnyTagClassName
{
color: #032A7B;
}
</style>
background-color css
<style>
a { background-color: #032A7B; }
a { background-color: rgb(3,42,123); }
div.DivClassName
{
background-color: #032A7B;
}
.BgClassName
{
background-color: #032A7B;
}
</style>
border-color css
<style>
span { border-color: #032A7B; }
span { border-color: rgb(3,42,123); }
td.TdClassName
{
border-color: #032A7B;
}
.TagClassName
{
border-color: #032A7B;
}
</style>