Shades of Sapphire #042268
Tints of Sapphire #042268
RGB
CMYK
RGB Variations
Color information
#042268 (or 0x042268) is known color: Sapphire. HEX triplet: 04, 22 and 68. RGB value is (4,34,104). Sum of RGB (Red+Green+Blue) = 4+34+104=142 (18% of max value = 765). Red value is 4 (1.95% from 255 or 2.82% from 142); Green value is 34 (13.67% from 255 or 23.94% from 142); Blue value is 104 (41.02% from 255 or 73.24% from 142); Max value from RGB is 104 - color contains mainly: blue. Hex color #042268 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #042268 is #FBDD97. Grayscale: #202020. Windows color (decimal): -16506264 or 6824452. OLE color: 6824452.
HSL color Cylindrical-coordinate representation of color #042268: hue angle of 222º degrees, saturation: 0.93, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #042268 is Cyan = 0.96, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 4 | 34 | 104 | - |
| CMYK | 0.96 | 0.67 | 0 | 0.59 |
| HSL | 222º | 0.93% | 0.21% | - |
| HSV(B) | 222º | 0.96% | 0.41% | - |
| XYZ | 3.12 | 2.17 | 13.35 | - |
| YUV | 33.01 | 168.06 | 107.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 34 | 104 | 0.96 | 0.67 | 0 | 0.59 | 222 | 0.93 | 0.21 |
| Hex | 4 | 22 | 68 | 60 | 43 | 0 | 3B | DE | 5D | 15 |
| Octal | 4 | 42 | 150 | 140 | 103 | 0 | 73 | 336 | 135 | 25 |
| Binary | 100 | 100010 | 1101000 | 1100000 | 1000011 | 0 | 111011 | 11011110 | 1011101 | 10101 |
Color Harmonies of #042268
Complementary color
Monochromatic Colors of #042268
Black with #042268
Text Example
Text Example
White with #042268
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #042268; }
p { color: rgb(4,34,104); }
H1.HeaderClassName
{
color: #042268;
}
.AnyTagClassName
{
color: #042268;
}
</style>
background-color css
<style>
a { background-color: #042268; }
a { background-color: rgb(4,34,104); }
div.DivClassName
{
background-color: #042268;
}
.BgClassName
{
background-color: #042268;
}
</style>
border-color css
<style>
span { border-color: #042268; }
span { border-color: rgb(4,34,104); }
td.TdClassName
{
border-color: #042268;
}
.TagClassName
{
border-color: #042268;
}
</style>