Shades of Sapphire #04235B
Tints of Sapphire #04235B
RGB
CMYK
RGB Variations
Color information
#04235B (or 0x04235B) is known color: Sapphire. HEX triplet: 04, 23 and 5B. RGB value is (4,35,91). Sum of RGB (Red+Green+Blue) = 4+35+91=130 (17% of max value = 765). Red value is 4 (1.95% from 255 or 3.08% from 130); Green value is 35 (14.06% from 255 or 26.92% from 130); Blue value is 91 (35.94% from 255 or 70% from 130); Max value from RGB is 91 - color contains mainly: blue. Hex color #04235B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #04235B is #FBDCA4. Grayscale: #1F1F1F. Windows color (decimal): -16506021 or 5972740. OLE color: 5972740.
HSL color Cylindrical-coordinate representation of color #04235B: hue angle of 218.62º 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 #04235B is Cyan = 0.96, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 4 | 35 | 91 | - |
| CMYK | 0.96 | 0.62 | 0 | 0.64 |
| HSL | 218.62º | 0.92% | 0.19% | - |
| HSV(B) | 218.62º | 0.96% | 0.36% | - |
| XYZ | 2.54 | 1.98 | 10.15 | - |
| YUV | 32.12 | 161.23 | 107.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 35 | 91 | 0.96 | 0.62 | 0 | 0.64 | 218.62 | 0.92 | 0.19 |
| Hex | 4 | 23 | 5B | 60 | 3E | 0 | 40 | DB | 5C | 13 |
| Octal | 4 | 43 | 133 | 140 | 76 | 0 | 100 | 333 | 134 | 23 |
| Binary | 100 | 100011 | 1011011 | 1100000 | 111110 | 0 | 1000000 | 11011011 | 1011100 | 10011 |
Color Harmonies of #04235B
Complementary color
Monochromatic Colors of #04235B
Black with #04235B
Text Example
Text Example
White with #04235B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04235B; }
p { color: rgb(4,35,91); }
H1.HeaderClassName
{
color: #04235B;
}
.AnyTagClassName
{
color: #04235B;
}
</style>
background-color css
<style>
a { background-color: #04235B; }
a { background-color: rgb(4,35,91); }
div.DivClassName
{
background-color: #04235B;
}
.BgClassName
{
background-color: #04235B;
}
</style>
border-color css
<style>
span { border-color: #04235B; }
span { border-color: rgb(4,35,91); }
td.TdClassName
{
border-color: #04235B;
}
.TagClassName
{
border-color: #04235B;
}
</style>