Shades of Sapphire #062366
Tints of Sapphire #062366
RGB
CMYK
RGB Variations
Color information
#062366 (or 0x062366) is known color: Sapphire. HEX triplet: 06, 23 and 66. RGB value is (6,35,102). Sum of RGB (Red+Green+Blue) = 6+35+102=143 (18% of max value = 765). Red value is 6 (2.73% from 255 or 4.20% from 143); Green value is 35 (14.06% from 255 or 24.48% from 143); Blue value is 102 (40.23% from 255 or 71.33% from 143); Max value from RGB is 102 - color contains mainly: blue. Hex color #062366 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #062366 is #F9DC99. Grayscale: #212121. Windows color (decimal): -16374938 or 6693638. OLE color: 6693638.
HSL color Cylindrical-coordinate representation of color #062366: hue angle of 221.88º degrees, saturation: 0.89, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #062366 is Cyan = 0.94, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 6 | 35 | 102 | - |
| CMYK | 0.94 | 0.66 | 0 | 0.6 |
| HSL | 221.88º | 0.89% | 0.21% | - |
| HSV(B) | 221.88º | 0.94% | 0.4% | - |
| XYZ | 3.07 | 2.2 | 12.83 | - |
| YUV | 33.97 | 166.39 | 108.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 35 | 102 | 0.94 | 0.66 | 0 | 0.6 | 221.88 | 0.89 | 0.21 |
| Hex | 6 | 23 | 66 | 5E | 42 | 0 | 3C | DE | 59 | 15 |
| Octal | 6 | 43 | 146 | 136 | 102 | 0 | 74 | 336 | 131 | 25 |
| Binary | 110 | 100011 | 1100110 | 1011110 | 1000010 | 0 | 111100 | 11011110 | 1011001 | 10101 |
Color Harmonies of #062366
Complementary color
Monochromatic Colors of #062366
Black with #062366
Text Example
Text Example
White with #062366
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #062366; }
p { color: rgb(6,35,102); }
H1.HeaderClassName
{
color: #062366;
}
.AnyTagClassName
{
color: #062366;
}
</style>
background-color css
<style>
a { background-color: #062366; }
a { background-color: rgb(6,35,102); }
div.DivClassName
{
background-color: #062366;
}
.BgClassName
{
background-color: #062366;
}
</style>
border-color css
<style>
span { border-color: #062366; }
span { border-color: rgb(6,35,102); }
td.TdClassName
{
border-color: #062366;
}
.TagClassName
{
border-color: #062366;
}
</style>