Shades of Sapphire #04154B
Tints of Sapphire #04154B
RGB
CMYK
RGB Variations
Color information
#04154B (or 0x04154B) is known color: Sapphire. HEX triplet: 04, 15 and 4B. RGB value is (4,21,75). Sum of RGB (Red+Green+Blue) = 4+21+75=100 (13% of max value = 765). Red value is 4 (1.95% from 255 or 4% from 100); Green value is 21 (8.59% from 255 or 21% from 100); Blue value is 75 (29.69% from 255 or 75% from 100); Max value from RGB is 75 - color contains mainly: blue. Hex color #04154B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #04154B is #FBEAB4. Grayscale: #151515. Windows color (decimal): -16509621 or 4920580. OLE color: 4920580.
HSL color Cylindrical-coordinate representation of color #04154B: hue angle of 225.63º 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 #04154B is Cyan = 0.95, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 4 | 21 | 75 | - |
| CMYK | 0.95 | 0.72 | 0 | 0.71 |
| HSL | 225.63º | 0.9% | 0.15% | - |
| HSV(B) | 225.63º | 0.95% | 0.29% | - |
| XYZ | 1.59 | 1.07 | 6.78 | - |
| YUV | 22.07 | 157.87 | 115.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 21 | 75 | 0.95 | 0.72 | 0 | 0.71 | 225.63 | 0.9 | 0.15 |
| Hex | 4 | 15 | 4B | 5F | 48 | 0 | 47 | E2 | 5A | F |
| Octal | 4 | 25 | 113 | 137 | 110 | 0 | 107 | 342 | 132 | 17 |
| Binary | 100 | 10101 | 1001011 | 1011111 | 1001000 | 0 | 1000111 | 11100010 | 1011010 | 1111 |
Color Harmonies of #04154B
Complementary color
Monochromatic Colors of #04154B
Black with #04154B
Text Example
Text Example
White with #04154B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04154B; }
p { color: rgb(4,21,75); }
H1.HeaderClassName
{
color: #04154B;
}
.AnyTagClassName
{
color: #04154B;
}
</style>
background-color css
<style>
a { background-color: #04154B; }
a { background-color: rgb(4,21,75); }
div.DivClassName
{
background-color: #04154B;
}
.BgClassName
{
background-color: #04154B;
}
</style>
border-color css
<style>
span { border-color: #04154B; }
span { border-color: rgb(4,21,75); }
td.TdClassName
{
border-color: #04154B;
}
.TagClassName
{
border-color: #04154B;
}
</style>