Shades of Sapphire #061D4B
Tints of Sapphire #061D4B
RGB
CMYK
RGB Variations
Color information
#061D4B (or 0x061D4B) is known color: Sapphire. HEX triplet: 06, 1D and 4B. RGB value is (6,29,75). Sum of RGB (Red+Green+Blue) = 6+29+75=110 (14% of max value = 765). Red value is 6 (2.73% from 255 or 5.45% from 110); Green value is 29 (11.72% from 255 or 26.36% from 110); Blue value is 75 (29.69% from 255 or 68.18% from 110); Max value from RGB is 75 - color contains mainly: blue. Hex color #061D4B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #061D4B is #F9E2B4. Grayscale: #1B1B1B. Windows color (decimal): -16376501 or 4922630. OLE color: 4922630.
HSL color Cylindrical-coordinate representation of color #061D4B: hue angle of 220º degrees, saturation: 0.85, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #061D4B is Cyan = 0.92, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 6 | 29 | 75 | - |
| CMYK | 0.92 | 0.61 | 0 | 0.71 |
| HSL | 220º | 0.85% | 0.16% | - |
| HSV(B) | 220º | 0.92% | 0.29% | - |
| XYZ | 1.78 | 1.43 | 6.84 | - |
| YUV | 27.37 | 154.88 | 112.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 29 | 75 | 0.92 | 0.61 | 0 | 0.71 | 220 | 0.85 | 0.16 |
| Hex | 6 | 1D | 4B | 5C | 3D | 0 | 47 | DC | 55 | 10 |
| Octal | 6 | 35 | 113 | 134 | 75 | 0 | 107 | 334 | 125 | 20 |
| Binary | 110 | 11101 | 1001011 | 1011100 | 111101 | 0 | 1000111 | 11011100 | 1010101 | 10000 |
Color Harmonies of #061D4B
Complementary color
Monochromatic Colors of #061D4B
Black with #061D4B
Text Example
Text Example
White with #061D4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #061D4B; }
p { color: rgb(6,29,75); }
H1.HeaderClassName
{
color: #061D4B;
}
.AnyTagClassName
{
color: #061D4B;
}
</style>
background-color css
<style>
a { background-color: #061D4B; }
a { background-color: rgb(6,29,75); }
div.DivClassName
{
background-color: #061D4B;
}
.BgClassName
{
background-color: #061D4B;
}
</style>
border-color css
<style>
span { border-color: #061D4B; }
span { border-color: rgb(6,29,75); }
td.TdClassName
{
border-color: #061D4B;
}
.TagClassName
{
border-color: #061D4B;
}
</style>