Shades of Sapphire #061B4B
Tints of Sapphire #061B4B
RGB
CMYK
RGB Variations
Color information
#061B4B (or 0x061B4B) is known color: Sapphire. HEX triplet: 06, 1B and 4B. RGB value is (6,27,75). Sum of RGB (Red+Green+Blue) = 6+27+75=108 (14% of max value = 765). Red value is 6 (2.73% from 255 or 5.56% from 108); Green value is 27 (10.94% from 255 or 25% from 108); Blue value is 75 (29.69% from 255 or 69.44% from 108); Max value from RGB is 75 - color contains mainly: blue. Hex color #061B4B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #061B4B is #F9E4B4. Grayscale: #191919. Windows color (decimal): -16377013 or 4922118. OLE color: 4922118.
HSL color Cylindrical-coordinate representation of color #061B4B: hue angle of 221.74º 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 #061B4B is Cyan = 0.92, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 6 | 27 | 75 | - |
| CMYK | 0.92 | 0.64 | 0 | 0.71 |
| HSL | 221.74º | 0.85% | 0.16% | - |
| HSV(B) | 221.74º | 0.92% | 0.29% | - |
| XYZ | 1.74 | 1.33 | 6.82 | - |
| YUV | 26.19 | 155.54 | 113.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 27 | 75 | 0.92 | 0.64 | 0 | 0.71 | 221.74 | 0.85 | 0.16 |
| Hex | 6 | 1B | 4B | 5C | 40 | 0 | 47 | DE | 55 | 10 |
| Octal | 6 | 33 | 113 | 134 | 100 | 0 | 107 | 336 | 125 | 20 |
| Binary | 110 | 11011 | 1001011 | 1011100 | 1000000 | 0 | 1000111 | 11011110 | 1010101 | 10000 |
Color Harmonies of #061B4B
Complementary color
Monochromatic Colors of #061B4B
Black with #061B4B
Text Example
Text Example
White with #061B4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #061B4B; }
p { color: rgb(6,27,75); }
H1.HeaderClassName
{
color: #061B4B;
}
.AnyTagClassName
{
color: #061B4B;
}
</style>
background-color css
<style>
a { background-color: #061B4B; }
a { background-color: rgb(6,27,75); }
div.DivClassName
{
background-color: #061B4B;
}
.BgClassName
{
background-color: #061B4B;
}
</style>
border-color css
<style>
span { border-color: #061B4B; }
span { border-color: rgb(6,27,75); }
td.TdClassName
{
border-color: #061B4B;
}
.TagClassName
{
border-color: #061B4B;
}
</style>