Shades of Sapphire #04237B
Tints of Sapphire #04237B
RGB
CMYK
RGB Variations
Color information
#04237B (or 0x04237B) is known color: Sapphire. HEX triplet: 04, 23 and 7B. RGB value is (4,35,123). Sum of RGB (Red+Green+Blue) = 4+35+123=162 (21% of max value = 765). Red value is 4 (1.95% from 255 or 2.47% from 162); Green value is 35 (14.06% from 255 or 21.60% from 162); Blue value is 123 (48.44% from 255 or 75.93% from 162); Max value from RGB is 123 - color contains mainly: blue. Hex color #04237B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #04237B is #FBDC84. Grayscale: #232323. Windows color (decimal): -16505989 or 8069892. OLE color: 8069892.
HSL color Cylindrical-coordinate representation of color #04237B: hue angle of 224.37º degrees, saturation: 0.94, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #04237B is Cyan = 0.97, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 4 | 35 | 123 | - |
| CMYK | 0.97 | 0.72 | 0 | 0.52 |
| HSL | 224.37º | 0.94% | 0.25% | - |
| HSV(B) | 224.37º | 0.97% | 0.48% | - |
| XYZ | 4.23 | 2.66 | 19.03 | - |
| YUV | 35.76 | 177.23 | 105.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 35 | 123 | 0.97 | 0.72 | 0 | 0.52 | 224.37 | 0.94 | 0.25 |
| Hex | 4 | 23 | 7B | 61 | 48 | 0 | 34 | E0 | 5E | 19 |
| Octal | 4 | 43 | 173 | 141 | 110 | 0 | 64 | 340 | 136 | 31 |
| Binary | 100 | 100011 | 1111011 | 1100001 | 1001000 | 0 | 110100 | 11100000 | 1011110 | 11001 |
Color Harmonies of #04237B
Complementary color
Monochromatic Colors of #04237B
Black with #04237B
Text Example
Text Example
White with #04237B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04237B; }
p { color: rgb(4,35,123); }
H1.HeaderClassName
{
color: #04237B;
}
.AnyTagClassName
{
color: #04237B;
}
</style>
background-color css
<style>
a { background-color: #04237B; }
a { background-color: rgb(4,35,123); }
div.DivClassName
{
background-color: #04237B;
}
.BgClassName
{
background-color: #04237B;
}
</style>
border-color css
<style>
span { border-color: #04237B; }
span { border-color: rgb(4,35,123); }
td.TdClassName
{
border-color: #04237B;
}
.TagClassName
{
border-color: #04237B;
}
</style>