Shades of Sapphire #05235D
Tints of Sapphire #05235D
RGB
CMYK
RGB Variations
Color information
#05235D (or 0x05235D) is known color: Sapphire. HEX triplet: 05, 23 and 5D. RGB value is (5,35,93). Sum of RGB (Red+Green+Blue) = 5+35+93=133 (17% of max value = 765). Red value is 5 (2.34% from 255 or 3.76% from 133); Green value is 35 (14.06% from 255 or 26.32% from 133); Blue value is 93 (36.72% from 255 or 69.92% from 133); Max value from RGB is 93 - color contains mainly: blue. Hex color #05235D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #05235D is #FADCA2. Grayscale: #202020. Windows color (decimal): -16440483 or 6103813. OLE color: 6103813.
HSL color Cylindrical-coordinate representation of color #05235D: hue angle of 219.55º degrees, saturation: 0.9, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #05235D is Cyan = 0.95, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 5 | 35 | 93 | - |
| CMYK | 0.95 | 0.62 | 0 | 0.64 |
| HSL | 219.55º | 0.9% | 0.19% | - |
| HSV(B) | 219.55º | 0.95% | 0.36% | - |
| XYZ | 2.64 | 2.02 | 10.61 | - |
| YUV | 32.64 | 162.06 | 108.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 35 | 93 | 0.95 | 0.62 | 0 | 0.64 | 219.55 | 0.9 | 0.19 |
| Hex | 5 | 23 | 5D | 5F | 3E | 0 | 40 | DC | 5A | 13 |
| Octal | 5 | 43 | 135 | 137 | 76 | 0 | 100 | 334 | 132 | 23 |
| Binary | 101 | 100011 | 1011101 | 1011111 | 111110 | 0 | 1000000 | 11011100 | 1011010 | 10011 |
Color Harmonies of #05235D
Complementary color
Monochromatic Colors of #05235D
Black with #05235D
Text Example
Text Example
White with #05235D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05235D; }
p { color: rgb(5,35,93); }
H1.HeaderClassName
{
color: #05235D;
}
.AnyTagClassName
{
color: #05235D;
}
</style>
background-color css
<style>
a { background-color: #05235D; }
a { background-color: rgb(5,35,93); }
div.DivClassName
{
background-color: #05235D;
}
.BgClassName
{
background-color: #05235D;
}
</style>
border-color css
<style>
span { border-color: #05235D; }
span { border-color: rgb(5,35,93); }
td.TdClassName
{
border-color: #05235D;
}
.TagClassName
{
border-color: #05235D;
}
</style>