Shades of Sapphire #04136A
Tints of Sapphire #04136A
RGB
CMYK
RGB Variations
Color information
#04136A (or 0x04136A) is known color: Sapphire. HEX triplet: 04, 13 and 6A. RGB value is (4,19,106). Sum of RGB (Red+Green+Blue) = 4+19+106=129 (17% of max value = 765). Red value is 4 (1.95% from 255 or 3.10% from 129); Green value is 19 (7.81% from 255 or 14.73% from 129); Blue value is 106 (41.80% from 255 or 82.17% from 129); Max value from RGB is 106 - color contains mainly: blue. Hex color #04136A is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #04136A is #FBEC95. Grayscale: #181818. Windows color (decimal): -16510102 or 6951684. OLE color: 6951684.
HSL color Cylindrical-coordinate representation of color #04136A: hue angle of 231.18º 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 #04136A is Cyan = 0.96, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 4 | 19 | 106 | - |
| CMYK | 0.96 | 0.82 | 0 | 0.58 |
| HSL | 231.18º | 0.93% | 0.22% | - |
| HSV(B) | 231.18º | 0.96% | 0.42% | - |
| XYZ | 2.88 | 1.53 | 13.78 | - |
| YUV | 24.43 | 174.03 | 113.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 19 | 106 | 0.96 | 0.82 | 0 | 0.58 | 231.18 | 0.93 | 0.22 |
| Hex | 4 | 13 | 6A | 60 | 52 | 0 | 3A | E7 | 5D | 16 |
| Octal | 4 | 23 | 152 | 140 | 122 | 0 | 72 | 347 | 135 | 26 |
| Binary | 100 | 10011 | 1101010 | 1100000 | 1010010 | 0 | 111010 | 11100111 | 1011101 | 10110 |
Color Harmonies of #04136A
Complementary color
Monochromatic Colors of #04136A
Black with #04136A
Text Example
Text Example
White with #04136A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04136A; }
p { color: rgb(4,19,106); }
H1.HeaderClassName
{
color: #04136A;
}
.AnyTagClassName
{
color: #04136A;
}
</style>
background-color css
<style>
a { background-color: #04136A; }
a { background-color: rgb(4,19,106); }
div.DivClassName
{
background-color: #04136A;
}
.BgClassName
{
background-color: #04136A;
}
</style>
border-color css
<style>
span { border-color: #04136A; }
span { border-color: rgb(4,19,106); }
td.TdClassName
{
border-color: #04136A;
}
.TagClassName
{
border-color: #04136A;
}
</style>