Shades of Sapphire #062361
Tints of Sapphire #062361
RGB
CMYK
RGB Variations
Color information
#062361 (or 0x062361) is known color: Sapphire. HEX triplet: 06, 23 and 61. RGB value is (6,35,97). Sum of RGB (Red+Green+Blue) = 6+35+97=138 (18% of max value = 765). Red value is 6 (2.73% from 255 or 4.35% from 138); Green value is 35 (14.06% from 255 or 25.36% from 138); Blue value is 97 (38.28% from 255 or 70.29% from 138); Max value from RGB is 97 - color contains mainly: blue. Hex color #062361 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #062361 is #F9DC9E. Grayscale: #212121. Windows color (decimal): -16374943 or 6365958. OLE color: 6365958.
HSL color Cylindrical-coordinate representation of color #062361: hue angle of 220.88º degrees, saturation: 0.88, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #062361 is Cyan = 0.94, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 6 | 35 | 97 | - |
| CMYK | 0.94 | 0.64 | 0 | 0.62 |
| HSL | 220.88º | 0.88% | 0.2% | - |
| HSV(B) | 220.88º | 0.94% | 0.38% | - |
| XYZ | 2.83 | 2.1 | 11.57 | - |
| YUV | 33.4 | 163.89 | 108.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 35 | 97 | 0.94 | 0.64 | 0 | 0.62 | 220.88 | 0.88 | 0.2 |
| Hex | 6 | 23 | 61 | 5E | 40 | 0 | 3E | DD | 58 | 14 |
| Octal | 6 | 43 | 141 | 136 | 100 | 0 | 76 | 335 | 130 | 24 |
| Binary | 110 | 100011 | 1100001 | 1011110 | 1000000 | 0 | 111110 | 11011101 | 1011000 | 10100 |
Color Harmonies of #062361
Complementary color
Monochromatic Colors of #062361
Black with #062361
Text Example
Text Example
White with #062361
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #062361; }
p { color: rgb(6,35,97); }
H1.HeaderClassName
{
color: #062361;
}
.AnyTagClassName
{
color: #062361;
}
</style>
background-color css
<style>
a { background-color: #062361; }
a { background-color: rgb(6,35,97); }
div.DivClassName
{
background-color: #062361;
}
.BgClassName
{
background-color: #062361;
}
</style>
border-color css
<style>
span { border-color: #062361; }
span { border-color: rgb(6,35,97); }
td.TdClassName
{
border-color: #062361;
}
.TagClassName
{
border-color: #062361;
}
</style>