Shades of Sapphire #052368
Tints of Sapphire #052368
RGB
CMYK
RGB Variations
Color information
#052368 (or 0x052368) is known color: Sapphire. HEX triplet: 05, 23 and 68. RGB value is (5,35,104). Sum of RGB (Red+Green+Blue) = 5+35+104=144 (19% of max value = 765). Red value is 5 (2.34% from 255 or 3.47% from 144); Green value is 35 (14.06% from 255 or 24.31% from 144); Blue value is 104 (41.02% from 255 or 72.22% from 144); Max value from RGB is 104 - color contains mainly: blue. Hex color #052368 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #052368 is #FADC97. Grayscale: #212121. Windows color (decimal): -16440472 or 6824709. OLE color: 6824709.
HSL color Cylindrical-coordinate representation of color #052368: hue angle of 221.82º degrees, saturation: 0.91, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #052368 is Cyan = 0.95, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 5 | 35 | 104 | - |
| CMYK | 0.95 | 0.66 | 0 | 0.59 |
| HSL | 221.82º | 0.91% | 0.21% | - |
| HSV(B) | 221.82º | 0.95% | 0.41% | - |
| XYZ | 3.16 | 2.23 | 13.36 | - |
| YUV | 33.9 | 167.56 | 107.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 35 | 104 | 0.95 | 0.66 | 0 | 0.59 | 221.82 | 0.91 | 0.21 |
| Hex | 5 | 23 | 68 | 5F | 42 | 0 | 3B | DE | 5B | 15 |
| Octal | 5 | 43 | 150 | 137 | 102 | 0 | 73 | 336 | 133 | 25 |
| Binary | 101 | 100011 | 1101000 | 1011111 | 1000010 | 0 | 111011 | 11011110 | 1011011 | 10101 |
Color Harmonies of #052368
Complementary color
Monochromatic Colors of #052368
Black with #052368
Text Example
Text Example
White with #052368
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #052368; }
p { color: rgb(5,35,104); }
H1.HeaderClassName
{
color: #052368;
}
.AnyTagClassName
{
color: #052368;
}
</style>
background-color css
<style>
a { background-color: #052368; }
a { background-color: rgb(5,35,104); }
div.DivClassName
{
background-color: #052368;
}
.BgClassName
{
background-color: #052368;
}
</style>
border-color css
<style>
span { border-color: #052368; }
span { border-color: rgb(5,35,104); }
td.TdClassName
{
border-color: #052368;
}
.TagClassName
{
border-color: #052368;
}
</style>