Shades of Sapphire #062454
Tints of Sapphire #062454
RGB
CMYK
RGB Variations
Color information
#062454 (or 0x062454) is known color: Sapphire. HEX triplet: 06, 24 and 54. RGB value is (6,36,84). Sum of RGB (Red+Green+Blue) = 6+36+84=126 (16% of max value = 765). Red value is 6 (2.73% from 255 or 4.76% from 126); Green value is 36 (14.45% from 255 or 28.57% from 126); Blue value is 84 (33.20% from 255 or 66.67% from 126); Max value from RGB is 84 - color contains mainly: blue. Hex color #062454 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #062454 is #F9DBAB. Grayscale: #202020. Windows color (decimal): -16374700 or 5514246. OLE color: 5514246.
HSL color Cylindrical-coordinate representation of color #062454: hue angle of 216.92º degrees, saturation: 0.87, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #062454 is Cyan = 0.93, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 6 | 36 | 84 | - |
| CMYK | 0.93 | 0.57 | 0 | 0.67 |
| HSL | 216.92º | 0.87% | 0.18% | - |
| HSV(B) | 216.92º | 0.93% | 0.33% | - |
| XYZ | 2.31 | 1.94 | 8.64 | - |
| YUV | 32.5 | 157.06 | 109.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 36 | 84 | 0.93 | 0.57 | 0 | 0.67 | 216.92 | 0.87 | 0.18 |
| Hex | 6 | 24 | 54 | 5D | 39 | 0 | 43 | D9 | 57 | 12 |
| Octal | 6 | 44 | 124 | 135 | 71 | 0 | 103 | 331 | 127 | 22 |
| Binary | 110 | 100100 | 1010100 | 1011101 | 111001 | 0 | 1000011 | 11011001 | 1010111 | 10010 |
Color Harmonies of #062454
Complementary color
Monochromatic Colors of #062454
Black with #062454
Text Example
Text Example
White with #062454
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #062454; }
p { color: rgb(6,36,84); }
H1.HeaderClassName
{
color: #062454;
}
.AnyTagClassName
{
color: #062454;
}
</style>
background-color css
<style>
a { background-color: #062454; }
a { background-color: rgb(6,36,84); }
div.DivClassName
{
background-color: #062454;
}
.BgClassName
{
background-color: #062454;
}
</style>
border-color css
<style>
span { border-color: #062454; }
span { border-color: rgb(6,36,84); }
td.TdClassName
{
border-color: #062454;
}
.TagClassName
{
border-color: #062454;
}
</style>