Shades of Sapphire #062F7B
Tints of Sapphire #062F7B
RGB
CMYK
RGB Variations
Color information
#062F7B (or 0x062F7B) is known color: Sapphire. HEX triplet: 06, 2F and 7B. RGB value is (6,47,123). Sum of RGB (Red+Green+Blue) = 6+47+123=176 (23% of max value = 765). Red value is 6 (2.73% from 255 or 3.41% from 176); Green value is 47 (18.75% from 255 or 26.70% from 176); Blue value is 123 (48.44% from 255 or 69.89% from 176); Max value from RGB is 123 - color contains mainly: blue. Hex color #062F7B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #062F7B is #F9D084. Grayscale: #2B2B2B. Windows color (decimal): -16371845 or 8072966. OLE color: 8072966.
HSL color Cylindrical-coordinate representation of color #062F7B: hue angle of 218.97º degrees, saturation: 0.91, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #062F7B is Cyan = 0.95, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 6 | 47 | 123 | - |
| CMYK | 0.95 | 0.62 | 0 | 0.52 |
| HSL | 218.97º | 0.91% | 0.25% | - |
| HSV(B) | 218.97º | 0.95% | 0.48% | - |
| XYZ | 4.67 | 3.5 | 19.17 | - |
| YUV | 43.41 | 172.92 | 101.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 47 | 123 | 0.95 | 0.62 | 0 | 0.52 | 218.97 | 0.91 | 0.25 |
| Hex | 6 | 2F | 7B | 5F | 3E | 0 | 34 | DB | 5B | 19 |
| Octal | 6 | 57 | 173 | 137 | 76 | 0 | 64 | 333 | 133 | 31 |
| Binary | 110 | 101111 | 1111011 | 1011111 | 111110 | 0 | 110100 | 11011011 | 1011011 | 11001 |
Color Harmonies of #062F7B
Complementary color
Monochromatic Colors of #062F7B
Black with #062F7B
Text Example
Text Example
White with #062F7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #062F7B; }
p { color: rgb(6,47,123); }
H1.HeaderClassName
{
color: #062F7B;
}
.AnyTagClassName
{
color: #062F7B;
}
</style>
background-color css
<style>
a { background-color: #062F7B; }
a { background-color: rgb(6,47,123); }
div.DivClassName
{
background-color: #062F7B;
}
.BgClassName
{
background-color: #062F7B;
}
</style>
border-color css
<style>
span { border-color: #062F7B; }
span { border-color: rgb(6,47,123); }
td.TdClassName
{
border-color: #062F7B;
}
.TagClassName
{
border-color: #062F7B;
}
</style>