Shades of Sapphire #05214B
Tints of Sapphire #05214B
RGB
CMYK
RGB Variations
Color information
#05214B (or 0x05214B) is known color: Sapphire. HEX triplet: 05, 21 and 4B. RGB value is (5,33,75). Sum of RGB (Red+Green+Blue) = 5+33+75=113 (14% of max value = 765). Red value is 5 (2.34% from 255 or 4.42% from 113); Green value is 33 (13.28% from 255 or 29.20% from 113); Blue value is 75 (29.69% from 255 or 66.37% from 113); Max value from RGB is 75 - color contains mainly: blue. Hex color #05214B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #05214B is #FADEB4. Grayscale: #1D1D1D. Windows color (decimal): -16441013 or 4923653. OLE color: 4923653.
HSL color Cylindrical-coordinate representation of color #05214B: hue angle of 216º degrees, saturation: 0.88, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #05214B is Cyan = 0.93, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 5 | 33 | 75 | - |
| CMYK | 0.93 | 0.56 | 0 | 0.71 |
| HSL | 216º | 0.88% | 0.16% | - |
| HSV(B) | 216º | 0.93% | 0.29% | - |
| XYZ | 1.88 | 1.63 | 6.87 | - |
| YUV | 29.42 | 153.72 | 110.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 33 | 75 | 0.93 | 0.56 | 0 | 0.71 | 216 | 0.88 | 0.16 |
| Hex | 5 | 21 | 4B | 5D | 38 | 0 | 47 | D8 | 58 | 10 |
| Octal | 5 | 41 | 113 | 135 | 70 | 0 | 107 | 330 | 130 | 20 |
| Binary | 101 | 100001 | 1001011 | 1011101 | 111000 | 0 | 1000111 | 11011000 | 1011000 | 10000 |
Color Harmonies of #05214B
Complementary color
Monochromatic Colors of #05214B
Black with #05214B
Text Example
Text Example
White with #05214B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05214B; }
p { color: rgb(5,33,75); }
H1.HeaderClassName
{
color: #05214B;
}
.AnyTagClassName
{
color: #05214B;
}
</style>
background-color css
<style>
a { background-color: #05214B; }
a { background-color: rgb(5,33,75); }
div.DivClassName
{
background-color: #05214B;
}
.BgClassName
{
background-color: #05214B;
}
</style>
border-color css
<style>
span { border-color: #05214B; }
span { border-color: rgb(5,33,75); }
td.TdClassName
{
border-color: #05214B;
}
.TagClassName
{
border-color: #05214B;
}
</style>