Shades of Sapphire #062B80
Tints of Sapphire #062B80
RGB
CMYK
RGB Variations
Color information
#062B80 (or 0x062B80) is known color: Sapphire. HEX triplet: 06, 2B and 80. RGB value is (6,43,128). Sum of RGB (Red+Green+Blue) = 6+43+128=177 (23% of max value = 765). Red value is 6 (2.73% from 255 or 3.39% from 177); Green value is 43 (17.19% from 255 or 24.29% from 177); Blue value is 128 (50.39% from 255 or 72.32% from 177); Max value from RGB is 128 - color contains mainly: blue. Hex color #062B80 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #062B80 is #F9D47F. Grayscale: #292929. Windows color (decimal): -16372864 or 8399622. OLE color: 8399622.
HSL color Cylindrical-coordinate representation of color #062B80: hue angle of 221.8º degrees, saturation: 0.91, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #062B80 is Cyan = 0.95, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 6 | 43 | 128 | - |
| CMYK | 0.95 | 0.66 | 0 | 0.50 |
| HSL | 221.8º | 0.91% | 0.26% | - |
| HSV(B) | 221.8º | 0.95% | 0.5% | - |
| XYZ | 4.84 | 3.32 | 20.81 | - |
| YUV | 41.63 | 176.74 | 102.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 43 | 128 | 0.95 | 0.66 | 0 | 0.50 | 221.8 | 0.91 | 0.26 |
| Hex | 6 | 2B | 80 | 5F | 42 | 0 | 32 | DE | 5B | 1A |
| Octal | 6 | 53 | 200 | 137 | 102 | 0 | 62 | 336 | 133 | 32 |
| Binary | 110 | 101011 | 10000000 | 1011111 | 1000010 | 0 | 110010 | 11011110 | 1011011 | 11010 |
Color Harmonies of #062B80
Complementary color
Monochromatic Colors of #062B80
Black with #062B80
Text Example
Text Example
White with #062B80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #062B80; }
p { color: rgb(6,43,128); }
H1.HeaderClassName
{
color: #062B80;
}
.AnyTagClassName
{
color: #062B80;
}
</style>
background-color css
<style>
a { background-color: #062B80; }
a { background-color: rgb(6,43,128); }
div.DivClassName
{
background-color: #062B80;
}
.BgClassName
{
background-color: #062B80;
}
</style>
border-color css
<style>
span { border-color: #062B80; }
span { border-color: rgb(6,43,128); }
td.TdClassName
{
border-color: #062B80;
}
.TagClassName
{
border-color: #062B80;
}
</style>