Shades of Sapphire #04235D
Tints of Sapphire #04235D
RGB
CMYK
RGB Variations
Color information
#04235D (or 0x04235D) is known color: Sapphire. HEX triplet: 04, 23 and 5D. RGB value is (4,35,93). Sum of RGB (Red+Green+Blue) = 4+35+93=132 (17% of max value = 765). Red value is 4 (1.95% from 255 or 3.03% from 132); Green value is 35 (14.06% from 255 or 26.52% from 132); Blue value is 93 (36.72% from 255 or 70.45% from 132); Max value from RGB is 93 - color contains mainly: blue. Hex color #04235D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #04235D is #FBDCA2. Grayscale: #202020. Windows color (decimal): -16506019 or 6103812. OLE color: 6103812.
HSL color Cylindrical-coordinate representation of color #04235D: hue angle of 219.1º degrees, saturation: 0.92, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #04235D is Cyan = 0.96, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 4 | 35 | 93 | - |
| CMYK | 0.96 | 0.62 | 0 | 0.64 |
| HSL | 219.1º | 0.92% | 0.19% | - |
| HSV(B) | 219.1º | 0.96% | 0.36% | - |
| XYZ | 2.63 | 2.02 | 10.61 | - |
| YUV | 32.34 | 162.23 | 107.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 35 | 93 | 0.96 | 0.62 | 0 | 0.64 | 219.1 | 0.92 | 0.19 |
| Hex | 4 | 23 | 5D | 60 | 3E | 0 | 40 | DB | 5C | 13 |
| Octal | 4 | 43 | 135 | 140 | 76 | 0 | 100 | 333 | 134 | 23 |
| Binary | 100 | 100011 | 1011101 | 1100000 | 111110 | 0 | 1000000 | 11011011 | 1011100 | 10011 |
Color Harmonies of #04235D
Complementary color
Monochromatic Colors of #04235D
Black with #04235D
Text Example
Text Example
White with #04235D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04235D; }
p { color: rgb(4,35,93); }
H1.HeaderClassName
{
color: #04235D;
}
.AnyTagClassName
{
color: #04235D;
}
</style>
background-color css
<style>
a { background-color: #04235D; }
a { background-color: rgb(4,35,93); }
div.DivClassName
{
background-color: #04235D;
}
.BgClassName
{
background-color: #04235D;
}
</style>
border-color css
<style>
span { border-color: #04235D; }
span { border-color: rgb(4,35,93); }
td.TdClassName
{
border-color: #04235D;
}
.TagClassName
{
border-color: #04235D;
}
</style>