Shades of Sapphire #062450
Tints of Sapphire #062450
RGB
CMYK
RGB Variations
Color information
#062450 (or 0x062450) is known color: Sapphire. HEX triplet: 06, 24 and 50. RGB value is (6,36,80). Sum of RGB (Red+Green+Blue) = 6+36+80=122 (16% of max value = 765). Red value is 6 (2.73% from 255 or 4.92% from 122); Green value is 36 (14.45% from 255 or 29.51% from 122); Blue value is 80 (31.64% from 255 or 65.57% from 122); Max value from RGB is 80 - color contains mainly: blue. Hex color #062450 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #062450 is #F9DBAF. Grayscale: #1F1F1F. Windows color (decimal): -16374704 or 5252102. OLE color: 5252102.
HSL color Cylindrical-coordinate representation of color #062450: hue angle of 215.68º degrees, saturation: 0.86, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #062450 is Cyan = 0.92, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 6 | 36 | 80 | - |
| CMYK | 0.92 | 0.55 | 0 | 0.69 |
| HSL | 215.68º | 0.86% | 0.17% | - |
| HSV(B) | 215.68º | 0.93% | 0.31% | - |
| XYZ | 2.15 | 1.88 | 7.84 | - |
| YUV | 32.05 | 155.06 | 109.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 36 | 80 | 0.92 | 0.55 | 0 | 0.69 | 215.68 | 0.86 | 0.17 |
| Hex | 6 | 24 | 50 | 5C | 37 | 0 | 45 | D8 | 56 | 11 |
| Octal | 6 | 44 | 120 | 134 | 67 | 0 | 105 | 330 | 126 | 21 |
| Binary | 110 | 100100 | 1010000 | 1011100 | 110111 | 0 | 1000101 | 11011000 | 1010110 | 10001 |
Color Harmonies of #062450
Complementary color
Monochromatic Colors of #062450
Black with #062450
Text Example
Text Example
White with #062450
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #062450; }
p { color: rgb(6,36,80); }
H1.HeaderClassName
{
color: #062450;
}
.AnyTagClassName
{
color: #062450;
}
</style>
background-color css
<style>
a { background-color: #062450; }
a { background-color: rgb(6,36,80); }
div.DivClassName
{
background-color: #062450;
}
.BgClassName
{
background-color: #062450;
}
</style>
border-color css
<style>
span { border-color: #062450; }
span { border-color: rgb(6,36,80); }
td.TdClassName
{
border-color: #062450;
}
.TagClassName
{
border-color: #062450;
}
</style>