Shades of Sapphire #04265C
Tints of Sapphire #04265C
RGB
CMYK
RGB Variations
Color information
#04265C (or 0x04265C) is known color: Sapphire. HEX triplet: 04, 26 and 5C. RGB value is (4,38,92). Sum of RGB (Red+Green+Blue) = 4+38+92=134 (17% of max value = 765). Red value is 4 (1.95% from 255 or 2.99% from 134); Green value is 38 (15.23% from 255 or 28.36% from 134); Blue value is 92 (36.33% from 255 or 68.66% from 134); Max value from RGB is 92 - color contains mainly: blue. Hex color #04265C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #04265C is #FBD9A3. Grayscale: #212121. Windows color (decimal): -16505252 or 6039044. OLE color: 6039044.
HSL color Cylindrical-coordinate representation of color #04265C: hue angle of 216.82º 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 #04265C is Cyan = 0.96, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 4 | 38 | 92 | - |
| CMYK | 0.96 | 0.59 | 0 | 0.64 |
| HSL | 216.82º | 0.92% | 0.19% | - |
| HSV(B) | 216.82º | 0.96% | 0.36% | - |
| XYZ | 2.67 | 2.18 | 10.41 | - |
| YUV | 33.99 | 160.74 | 106.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 38 | 92 | 0.96 | 0.59 | 0 | 0.64 | 216.82 | 0.92 | 0.19 |
| Hex | 4 | 26 | 5C | 60 | 3B | 0 | 40 | D9 | 5C | 13 |
| Octal | 4 | 46 | 134 | 140 | 73 | 0 | 100 | 331 | 134 | 23 |
| Binary | 100 | 100110 | 1011100 | 1100000 | 111011 | 0 | 1000000 | 11011001 | 1011100 | 10011 |
Color Harmonies of #04265C
Complementary color
Monochromatic Colors of #04265C
Black with #04265C
Text Example
Text Example
White with #04265C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04265C; }
p { color: rgb(4,38,92); }
H1.HeaderClassName
{
color: #04265C;
}
.AnyTagClassName
{
color: #04265C;
}
</style>
background-color css
<style>
a { background-color: #04265C; }
a { background-color: rgb(4,38,92); }
div.DivClassName
{
background-color: #04265C;
}
.BgClassName
{
background-color: #04265C;
}
</style>
border-color css
<style>
span { border-color: #04265C; }
span { border-color: rgb(4,38,92); }
td.TdClassName
{
border-color: #04265C;
}
.TagClassName
{
border-color: #04265C;
}
</style>