Shades of Sapphire #05136B
Tints of Sapphire #05136B
RGB
CMYK
RGB Variations
Color information
#05136B (or 0x05136B) is known color: Sapphire. HEX triplet: 05, 13 and 6B. RGB value is (5,19,107). Sum of RGB (Red+Green+Blue) = 5+19+107=131 (17% of max value = 765). Red value is 5 (2.34% from 255 or 3.82% from 131); Green value is 19 (7.81% from 255 or 14.50% from 131); Blue value is 107 (42.19% from 255 or 81.68% from 131); Max value from RGB is 107 - color contains mainly: blue. Hex color #05136B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #05136B is #FAEC94. Grayscale: #181818. Windows color (decimal): -16444565 or 7017221. OLE color: 7017221.
HSL color Cylindrical-coordinate representation of color #05136B: hue angle of 231.76º degrees, saturation: 0.91, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #05136B is Cyan = 0.95, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 5 | 19 | 107 | - |
| CMYK | 0.95 | 0.82 | 0 | 0.58 |
| HSL | 231.76º | 0.91% | 0.22% | - |
| HSV(B) | 231.76º | 0.95% | 0.42% | - |
| XYZ | 2.95 | 1.56 | 14.06 | - |
| YUV | 24.85 | 174.36 | 113.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 19 | 107 | 0.95 | 0.82 | 0 | 0.58 | 231.76 | 0.91 | 0.22 |
| Hex | 5 | 13 | 6B | 5F | 52 | 0 | 3A | E8 | 5B | 16 |
| Octal | 5 | 23 | 153 | 137 | 122 | 0 | 72 | 350 | 133 | 26 |
| Binary | 101 | 10011 | 1101011 | 1011111 | 1010010 | 0 | 111010 | 11101000 | 1011011 | 10110 |
Color Harmonies of #05136B
Complementary color
Monochromatic Colors of #05136B
Black with #05136B
Text Example
Text Example
White with #05136B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05136B; }
p { color: rgb(5,19,107); }
H1.HeaderClassName
{
color: #05136B;
}
.AnyTagClassName
{
color: #05136B;
}
</style>
background-color css
<style>
a { background-color: #05136B; }
a { background-color: rgb(5,19,107); }
div.DivClassName
{
background-color: #05136B;
}
.BgClassName
{
background-color: #05136B;
}
</style>
border-color css
<style>
span { border-color: #05136B; }
span { border-color: rgb(5,19,107); }
td.TdClassName
{
border-color: #05136B;
}
.TagClassName
{
border-color: #05136B;
}
</style>