Shades of Sapphire #06256D
Tints of Sapphire #06256D
RGB
CMYK
RGB Variations
Color information
#06256D (or 0x06256D) is known color: Sapphire. HEX triplet: 06, 25 and 6D. RGB value is (6,37,109). Sum of RGB (Red+Green+Blue) = 6+37+109=152 (20% of max value = 765). Red value is 6 (2.73% from 255 or 3.95% from 152); Green value is 37 (14.84% from 255 or 24.34% from 152); Blue value is 109 (42.97% from 255 or 71.71% from 152); Max value from RGB is 109 - color contains mainly: blue. Hex color #06256D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #06256D is #F9DA92. Grayscale: #232323. Windows color (decimal): -16374419 or 7152902. OLE color: 7152902.
HSL color Cylindrical-coordinate representation of color #06256D: hue angle of 221.94º degrees, saturation: 0.9, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #06256D is Cyan = 0.94, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 6 | 37 | 109 | - |
| CMYK | 0.94 | 0.66 | 0 | 0.57 |
| HSL | 221.94º | 0.9% | 0.23% | - |
| HSV(B) | 221.94º | 0.94% | 0.43% | - |
| XYZ | 3.5 | 2.47 | 14.76 | - |
| YUV | 35.94 | 169.23 | 106.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 37 | 109 | 0.94 | 0.66 | 0 | 0.57 | 221.94 | 0.9 | 0.23 |
| Hex | 6 | 25 | 6D | 5E | 42 | 0 | 39 | DE | 5A | 17 |
| Octal | 6 | 45 | 155 | 136 | 102 | 0 | 71 | 336 | 132 | 27 |
| Binary | 110 | 100101 | 1101101 | 1011110 | 1000010 | 0 | 111001 | 11011110 | 1011010 | 10111 |
Color Harmonies of #06256D
Complementary color
Monochromatic Colors of #06256D
Black with #06256D
Text Example
Text Example
White with #06256D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06256D; }
p { color: rgb(6,37,109); }
H1.HeaderClassName
{
color: #06256D;
}
.AnyTagClassName
{
color: #06256D;
}
</style>
background-color css
<style>
a { background-color: #06256D; }
a { background-color: rgb(6,37,109); }
div.DivClassName
{
background-color: #06256D;
}
.BgClassName
{
background-color: #06256D;
}
</style>
border-color css
<style>
span { border-color: #06256D; }
span { border-color: rgb(6,37,109); }
td.TdClassName
{
border-color: #06256D;
}
.TagClassName
{
border-color: #06256D;
}
</style>