Shades of Sapphire #061D7B
Tints of Sapphire #061D7B
RGB
CMYK
RGB Variations
Color information
#061D7B (or 0x061D7B) is known color: Sapphire. HEX triplet: 06, 1D and 7B. RGB value is (6,29,123). Sum of RGB (Red+Green+Blue) = 6+29+123=158 (20% of max value = 765). Red value is 6 (2.73% from 255 or 3.80% from 158); Green value is 29 (11.72% from 255 or 18.35% from 158); Blue value is 123 (48.44% from 255 or 77.85% from 158); Max value from RGB is 123 - color contains mainly: blue. Hex color #061D7B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #061D7B is #F9E284. Grayscale: #202020. Windows color (decimal): -16376453 or 8068358. OLE color: 8068358.
HSL color Cylindrical-coordinate representation of color #061D7B: hue angle of 228.21º degrees, saturation: 0.91, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #061D7B is Cyan = 0.95, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 6 | 29 | 123 | - |
| CMYK | 0.95 | 0.76 | 0 | 0.52 |
| HSL | 228.21º | 0.91% | 0.25% | - |
| HSV(B) | 228.21º | 0.95% | 0.48% | - |
| XYZ | 4.09 | 2.35 | 18.98 | - |
| YUV | 32.84 | 178.88 | 108.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 29 | 123 | 0.95 | 0.76 | 0 | 0.52 | 228.21 | 0.91 | 0.25 |
| Hex | 6 | 1D | 7B | 5F | 4C | 0 | 34 | E4 | 5B | 19 |
| Octal | 6 | 35 | 173 | 137 | 114 | 0 | 64 | 344 | 133 | 31 |
| Binary | 110 | 11101 | 1111011 | 1011111 | 1001100 | 0 | 110100 | 11100100 | 1011011 | 11001 |
Color Harmonies of #061D7B
Complementary color
Monochromatic Colors of #061D7B
Black with #061D7B
Text Example
Text Example
White with #061D7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #061D7B; }
p { color: rgb(6,29,123); }
H1.HeaderClassName
{
color: #061D7B;
}
.AnyTagClassName
{
color: #061D7B;
}
</style>
background-color css
<style>
a { background-color: #061D7B; }
a { background-color: rgb(6,29,123); }
div.DivClassName
{
background-color: #061D7B;
}
.BgClassName
{
background-color: #061D7B;
}
</style>
border-color css
<style>
span { border-color: #061D7B; }
span { border-color: rgb(6,29,123); }
td.TdClassName
{
border-color: #061D7B;
}
.TagClassName
{
border-color: #061D7B;
}
</style>