Shades of Sapphire #04184B
Tints of Sapphire #04184B
RGB
CMYK
RGB Variations
Color information
#04184B (or 0x04184B) is known color: Sapphire. HEX triplet: 04, 18 and 4B. RGB value is (4,24,75). Sum of RGB (Red+Green+Blue) = 4+24+75=103 (13% of max value = 765). Red value is 4 (1.95% from 255 or 3.88% from 103); Green value is 24 (9.77% from 255 or 23.30% from 103); Blue value is 75 (29.69% from 255 or 72.82% from 103); Max value from RGB is 75 - color contains mainly: blue. Hex color #04184B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #04184B is #FBE7B4. Grayscale: #171717. Windows color (decimal): -16508853 or 4921348. OLE color: 4921348.
HSL color Cylindrical-coordinate representation of color #04184B: hue angle of 223.1º degrees, saturation: 0.9, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #04184B is Cyan = 0.95, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 4 | 24 | 75 | - |
| CMYK | 0.95 | 0.68 | 0 | 0.71 |
| HSL | 223.1º | 0.9% | 0.15% | - |
| HSV(B) | 223.1º | 0.95% | 0.29% | - |
| XYZ | 1.65 | 1.19 | 6.8 | - |
| YUV | 23.83 | 156.87 | 113.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 24 | 75 | 0.95 | 0.68 | 0 | 0.71 | 223.1 | 0.9 | 0.15 |
| Hex | 4 | 18 | 4B | 5F | 44 | 0 | 47 | DF | 5A | F |
| Octal | 4 | 30 | 113 | 137 | 104 | 0 | 107 | 337 | 132 | 17 |
| Binary | 100 | 11000 | 1001011 | 1011111 | 1000100 | 0 | 1000111 | 11011111 | 1011010 | 1111 |
Color Harmonies of #04184B
Complementary color
Monochromatic Colors of #04184B
Black with #04184B
Text Example
Text Example
White with #04184B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04184B; }
p { color: rgb(4,24,75); }
H1.HeaderClassName
{
color: #04184B;
}
.AnyTagClassName
{
color: #04184B;
}
</style>
background-color css
<style>
a { background-color: #04184B; }
a { background-color: rgb(4,24,75); }
div.DivClassName
{
background-color: #04184B;
}
.BgClassName
{
background-color: #04184B;
}
</style>
border-color css
<style>
span { border-color: #04184B; }
span { border-color: rgb(4,24,75); }
td.TdClassName
{
border-color: #04184B;
}
.TagClassName
{
border-color: #04184B;
}
</style>