Shades of Sapphire #062D80
Tints of Sapphire #062D80
RGB
CMYK
RGB Variations
Color information
#062D80 (or 0x062D80) is known color: Sapphire. HEX triplet: 06, 2D and 80. RGB value is (6,45,128). Sum of RGB (Red+Green+Blue) = 6+45+128=179 (23% of max value = 765). Red value is 6 (2.73% from 255 or 3.35% from 179); Green value is 45 (17.97% from 255 or 25.14% from 179); Blue value is 128 (50.39% from 255 or 71.51% from 179); Max value from RGB is 128 - color contains mainly: blue. Hex color #062D80 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #062D80 is #F9D27F. Grayscale: #2A2A2A. Windows color (decimal): -16372352 or 8400134. OLE color: 8400134.
HSL color Cylindrical-coordinate representation of color #062D80: hue angle of 220.82º 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 #062D80 is Cyan = 0.95, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 6 | 45 | 128 | - |
| CMYK | 0.95 | 0.65 | 0 | 0.50 |
| HSL | 220.82º | 0.91% | 0.26% | - |
| HSV(B) | 220.82º | 0.95% | 0.5% | - |
| XYZ | 4.91 | 3.47 | 20.83 | - |
| YUV | 42.8 | 176.08 | 101.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 45 | 128 | 0.95 | 0.65 | 0 | 0.50 | 220.82 | 0.91 | 0.26 |
| Hex | 6 | 2D | 80 | 5F | 41 | 0 | 32 | DD | 5B | 1A |
| Octal | 6 | 55 | 200 | 137 | 101 | 0 | 62 | 335 | 133 | 32 |
| Binary | 110 | 101101 | 10000000 | 1011111 | 1000001 | 0 | 110010 | 11011101 | 1011011 | 11010 |
Color Harmonies of #062D80
Complementary color
Monochromatic Colors of #062D80
Black with #062D80
Text Example
Text Example
White with #062D80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #062D80; }
p { color: rgb(6,45,128); }
H1.HeaderClassName
{
color: #062D80;
}
.AnyTagClassName
{
color: #062D80;
}
</style>
background-color css
<style>
a { background-color: #062D80; }
a { background-color: rgb(6,45,128); }
div.DivClassName
{
background-color: #062D80;
}
.BgClassName
{
background-color: #062D80;
}
</style>
border-color css
<style>
span { border-color: #062D80; }
span { border-color: rgb(6,45,128); }
td.TdClassName
{
border-color: #062D80;
}
.TagClassName
{
border-color: #062D80;
}
</style>