Shades of Sapphire #062353
Tints of Sapphire #062353
RGB
CMYK
RGB Variations
Color information
#062353 (or 0x062353) is known color: Sapphire. HEX triplet: 06, 23 and 53. RGB value is (6,35,83). Sum of RGB (Red+Green+Blue) = 6+35+83=124 (16% of max value = 765). Red value is 6 (2.73% from 255 or 4.84% from 124); Green value is 35 (14.06% from 255 or 28.23% from 124); Blue value is 83 (32.81% from 255 or 66.94% from 124); Max value from RGB is 83 - color contains mainly: blue. Hex color #062353 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #062353 is #F9DCAC. Grayscale: #1F1F1F. Windows color (decimal): -16374957 or 5448454. OLE color: 5448454.
HSL color Cylindrical-coordinate representation of color #062353: hue angle of 217.4º degrees, saturation: 0.87, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #062353 is Cyan = 0.93, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 6 | 35 | 83 | - |
| CMYK | 0.93 | 0.58 | 0 | 0.67 |
| HSL | 217.4º | 0.87% | 0.17% | - |
| HSV(B) | 217.4º | 0.93% | 0.33% | - |
| XYZ | 2.24 | 1.87 | 8.43 | - |
| YUV | 31.8 | 156.89 | 109.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 35 | 83 | 0.93 | 0.58 | 0 | 0.67 | 217.4 | 0.87 | 0.17 |
| Hex | 6 | 23 | 53 | 5D | 3A | 0 | 43 | D9 | 57 | 11 |
| Octal | 6 | 43 | 123 | 135 | 72 | 0 | 103 | 331 | 127 | 21 |
| Binary | 110 | 100011 | 1010011 | 1011101 | 111010 | 0 | 1000011 | 11011001 | 1010111 | 10001 |
Color Harmonies of #062353
Complementary color
Monochromatic Colors of #062353
Black with #062353
Text Example
Text Example
White with #062353
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #062353; }
p { color: rgb(6,35,83); }
H1.HeaderClassName
{
color: #062353;
}
.AnyTagClassName
{
color: #062353;
}
</style>
background-color css
<style>
a { background-color: #062353; }
a { background-color: rgb(6,35,83); }
div.DivClassName
{
background-color: #062353;
}
.BgClassName
{
background-color: #062353;
}
</style>
border-color css
<style>
span { border-color: #062353; }
span { border-color: rgb(6,35,83); }
td.TdClassName
{
border-color: #062353;
}
.TagClassName
{
border-color: #062353;
}
</style>