Shades of Sapphire #032B7A
Tints of Sapphire #032B7A
RGB
CMYK
RGB Variations
Color information
#032B7A (or 0x032B7A) is known color: Sapphire. HEX triplet: 03, 2B and 7A. RGB value is (3,43,122). Sum of RGB (Red+Green+Blue) = 3+43+122=168 (22% of max value = 765). Red value is 3 (1.56% from 255 or 1.79% from 168); Green value is 43 (17.19% from 255 or 25.60% from 168); Blue value is 122 (48.05% from 255 or 72.62% from 168); Max value from RGB is 122 - color contains mainly: blue. Hex color #032B7A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #032B7A is #FCD485. Grayscale: #272727. Windows color (decimal): -16569478 or 8006403. OLE color: 8006403.
HSL color Cylindrical-coordinate representation of color #032B7A: hue angle of 219.83º 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 #032B7A is Cyan = 0.98, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 3 | 43 | 122 | - |
| CMYK | 0.98 | 0.65 | 0 | 0.52 |
| HSL | 219.83º | 0.95% | 0.25% | - |
| HSV(B) | 219.83º | 0.98% | 0.48% | - |
| XYZ | 4.41 | 3.15 | 18.79 | - |
| YUV | 40.05 | 174.25 | 101.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 43 | 122 | 0.98 | 0.65 | 0 | 0.52 | 219.83 | 0.95 | 0.25 |
| Hex | 3 | 2B | 7A | 62 | 41 | 0 | 34 | DC | 5F | 19 |
| Octal | 3 | 53 | 172 | 142 | 101 | 0 | 64 | 334 | 137 | 31 |
| Binary | 11 | 101011 | 1111010 | 1100010 | 1000001 | 0 | 110100 | 11011100 | 1011111 | 11001 |
Color Harmonies of #032B7A
Complementary color
Monochromatic Colors of #032B7A
Black with #032B7A
Text Example
Text Example
White with #032B7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #032B7A; }
p { color: rgb(3,43,122); }
H1.HeaderClassName
{
color: #032B7A;
}
.AnyTagClassName
{
color: #032B7A;
}
</style>
background-color css
<style>
a { background-color: #032B7A; }
a { background-color: rgb(3,43,122); }
div.DivClassName
{
background-color: #032B7A;
}
.BgClassName
{
background-color: #032B7A;
}
</style>
border-color css
<style>
span { border-color: #032B7A; }
span { border-color: rgb(3,43,122); }
td.TdClassName
{
border-color: #032B7A;
}
.TagClassName
{
border-color: #032B7A;
}
</style>