Shades of Sapphire #062382
Tints of Sapphire #062382
RGB
CMYK
RGB Variations
Color information
#062382 (or 0x062382) is known color: Sapphire. HEX triplet: 06, 23 and 82. RGB value is (6,35,130). Sum of RGB (Red+Green+Blue) = 6+35+130=171 (22% of max value = 765). Red value is 6 (2.73% from 255 or 3.51% from 171); Green value is 35 (14.06% from 255 or 20.47% from 171); Blue value is 130 (51.17% from 255 or 76.02% from 171); Max value from RGB is 130 - color contains mainly: blue. Hex color #062382 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #062382 is #F9DC7D. Grayscale: #242424. Windows color (decimal): -16374910 or 8528646. OLE color: 8528646.
HSL color Cylindrical-coordinate representation of color #062382: hue angle of 225.97º degrees, saturation: 0.91, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #062382 is Cyan = 0.95, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 6 | 35 | 130 | - |
| CMYK | 0.95 | 0.73 | 0 | 0.49 |
| HSL | 225.97º | 0.91% | 0.27% | - |
| HSV(B) | 225.97º | 0.95% | 0.51% | - |
| XYZ | 4.71 | 2.85 | 21.42 | - |
| YUV | 37.16 | 180.39 | 105.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 35 | 130 | 0.95 | 0.73 | 0 | 0.49 | 225.97 | 0.91 | 0.27 |
| Hex | 6 | 23 | 82 | 5F | 49 | 0 | 31 | E2 | 5B | 1B |
| Octal | 6 | 43 | 202 | 137 | 111 | 0 | 61 | 342 | 133 | 33 |
| Binary | 110 | 100011 | 10000010 | 1011111 | 1001001 | 0 | 110001 | 11100010 | 1011011 | 11011 |
Color Harmonies of #062382
Complementary color
Monochromatic Colors of #062382
Black with #062382
Text Example
Text Example
White with #062382
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #062382; }
p { color: rgb(6,35,130); }
H1.HeaderClassName
{
color: #062382;
}
.AnyTagClassName
{
color: #062382;
}
</style>
background-color css
<style>
a { background-color: #062382; }
a { background-color: rgb(6,35,130); }
div.DivClassName
{
background-color: #062382;
}
.BgClassName
{
background-color: #062382;
}
</style>
border-color css
<style>
span { border-color: #062382; }
span { border-color: rgb(6,35,130); }
td.TdClassName
{
border-color: #062382;
}
.TagClassName
{
border-color: #062382;
}
</style>