Shades of Sapphire #04136B
Tints of Sapphire #04136B
RGB
CMYK
RGB Variations
Color information
#04136B (or 0x04136B) is known color: Sapphire. HEX triplet: 04, 13 and 6B. RGB value is (4,19,107). Sum of RGB (Red+Green+Blue) = 4+19+107=130 (17% of max value = 765). Red value is 4 (1.95% from 255 or 3.08% from 130); Green value is 19 (7.81% from 255 or 14.62% from 130); Blue value is 107 (42.19% from 255 or 82.31% from 130); Max value from RGB is 107 - color contains mainly: blue. Hex color #04136B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #04136B is #FBEC94. Grayscale: #181818. Windows color (decimal): -16510101 or 7017220. OLE color: 7017220.
HSL color Cylindrical-coordinate representation of color #04136B: hue angle of 231.26º degrees, saturation: 0.93, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #04136B is Cyan = 0.96, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 4 | 19 | 107 | - |
| CMYK | 0.96 | 0.82 | 0 | 0.58 |
| HSL | 231.26º | 0.93% | 0.22% | - |
| HSV(B) | 231.26º | 0.96% | 0.42% | - |
| XYZ | 2.94 | 1.55 | 14.05 | - |
| YUV | 24.55 | 174.53 | 113.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 19 | 107 | 0.96 | 0.82 | 0 | 0.58 | 231.26 | 0.93 | 0.22 |
| Hex | 4 | 13 | 6B | 60 | 52 | 0 | 3A | E7 | 5D | 16 |
| Octal | 4 | 23 | 153 | 140 | 122 | 0 | 72 | 347 | 135 | 26 |
| Binary | 100 | 10011 | 1101011 | 1100000 | 1010010 | 0 | 111010 | 11100111 | 1011101 | 10110 |
Color Harmonies of #04136B
Complementary color
Monochromatic Colors of #04136B
Black with #04136B
Text Example
Text Example
White with #04136B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04136B; }
p { color: rgb(4,19,107); }
H1.HeaderClassName
{
color: #04136B;
}
.AnyTagClassName
{
color: #04136B;
}
</style>
background-color css
<style>
a { background-color: #04136B; }
a { background-color: rgb(4,19,107); }
div.DivClassName
{
background-color: #04136B;
}
.BgClassName
{
background-color: #04136B;
}
</style>
border-color css
<style>
span { border-color: #04136B; }
span { border-color: rgb(4,19,107); }
td.TdClassName
{
border-color: #04136B;
}
.TagClassName
{
border-color: #04136B;
}
</style>