Shades of Sapphire #04185C
Tints of Sapphire #04185C
RGB
CMYK
RGB Variations
Color information
#04185C (or 0x04185C) is known color: Sapphire. HEX triplet: 04, 18 and 5C. RGB value is (4,24,92). Sum of RGB (Red+Green+Blue) = 4+24+92=120 (15% of max value = 765). Red value is 4 (1.95% from 255 or 3.33% from 120); Green value is 24 (9.77% from 255 or 20% from 120); Blue value is 92 (36.33% from 255 or 76.67% from 120); Max value from RGB is 92 - color contains mainly: blue. Hex color #04185C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #04185C is #FBE7A3. Grayscale: #191919. Windows color (decimal): -16508836 or 6035460. OLE color: 6035460.
HSL color Cylindrical-coordinate representation of color #04185C: hue angle of 226.36º degrees, saturation: 0.92, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #04185C is Cyan = 0.96, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 4 | 24 | 92 | - |
| CMYK | 0.96 | 0.74 | 0 | 0.64 |
| HSL | 226.36º | 0.92% | 0.19% | - |
| HSV(B) | 226.36º | 0.96% | 0.36% | - |
| XYZ | 2.31 | 1.45 | 10.28 | - |
| YUV | 25.77 | 165.37 | 112.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 24 | 92 | 0.96 | 0.74 | 0 | 0.64 | 226.36 | 0.92 | 0.19 |
| Hex | 4 | 18 | 5C | 60 | 4A | 0 | 40 | E2 | 5C | 13 |
| Octal | 4 | 30 | 134 | 140 | 112 | 0 | 100 | 342 | 134 | 23 |
| Binary | 100 | 11000 | 1011100 | 1100000 | 1001010 | 0 | 1000000 | 11100010 | 1011100 | 10011 |
Color Harmonies of #04185C
Complementary color
Monochromatic Colors of #04185C
Black with #04185C
Text Example
Text Example
White with #04185C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04185C; }
p { color: rgb(4,24,92); }
H1.HeaderClassName
{
color: #04185C;
}
.AnyTagClassName
{
color: #04185C;
}
</style>
background-color css
<style>
a { background-color: #04185C; }
a { background-color: rgb(4,24,92); }
div.DivClassName
{
background-color: #04185C;
}
.BgClassName
{
background-color: #04185C;
}
</style>
border-color css
<style>
span { border-color: #04185C; }
span { border-color: rgb(4,24,92); }
td.TdClassName
{
border-color: #04185C;
}
.TagClassName
{
border-color: #04185C;
}
</style>