Shades of Sapphire #062265
Tints of Sapphire #062265
RGB
CMYK
RGB Variations
Color information
#062265 (or 0x062265) is known color: Sapphire. HEX triplet: 06, 22 and 65. RGB value is (6,34,101). Sum of RGB (Red+Green+Blue) = 6+34+101=141 (18% of max value = 765). Red value is 6 (2.73% from 255 or 4.26% from 141); Green value is 34 (13.67% from 255 or 24.11% from 141); Blue value is 101 (39.84% from 255 or 71.63% from 141); Max value from RGB is 101 - color contains mainly: blue. Hex color #062265 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #062265 is #F9DD9A. Grayscale: #202020. Windows color (decimal): -16375195 or 6627846. OLE color: 6627846.
HSL color Cylindrical-coordinate representation of color #062265: hue angle of 222.32º 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 #062265 is Cyan = 0.94, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 6 | 34 | 101 | - |
| CMYK | 0.94 | 0.66 | 0 | 0.60 |
| HSL | 222.32º | 0.89% | 0.21% | - |
| HSV(B) | 222.32º | 0.94% | 0.4% | - |
| XYZ | 3 | 2.12 | 12.56 | - |
| YUV | 33.27 | 166.22 | 108.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 34 | 101 | 0.94 | 0.66 | 0 | 0.60 | 222.32 | 0.89 | 0.21 |
| Hex | 6 | 22 | 65 | 5E | 42 | 0 | 3C | DE | 59 | 15 |
| Octal | 6 | 42 | 145 | 136 | 102 | 0 | 74 | 336 | 131 | 25 |
| Binary | 110 | 100010 | 1100101 | 1011110 | 1000010 | 0 | 111100 | 11011110 | 1011001 | 10101 |
Color Harmonies of #062265
Complementary color
Monochromatic Colors of #062265
Black with #062265
Text Example
Text Example
White with #062265
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #062265; }
p { color: rgb(6,34,101); }
H1.HeaderClassName
{
color: #062265;
}
.AnyTagClassName
{
color: #062265;
}
</style>
background-color css
<style>
a { background-color: #062265; }
a { background-color: rgb(6,34,101); }
div.DivClassName
{
background-color: #062265;
}
.BgClassName
{
background-color: #062265;
}
</style>
border-color css
<style>
span { border-color: #062265; }
span { border-color: rgb(6,34,101); }
td.TdClassName
{
border-color: #062265;
}
.TagClassName
{
border-color: #062265;
}
</style>