Shades of Sapphire #06265C
Tints of Sapphire #06265C
RGB
CMYK
RGB Variations
Color information
#06265C (or 0x06265C) is known color: Sapphire. HEX triplet: 06, 26 and 5C. RGB value is (6,38,92). Sum of RGB (Red+Green+Blue) = 6+38+92=136 (18% of max value = 765). Red value is 6 (2.73% from 255 or 4.41% from 136); Green value is 38 (15.23% from 255 or 27.94% from 136); Blue value is 92 (36.33% from 255 or 67.65% from 136); Max value from RGB is 92 - color contains mainly: blue. Hex color #06265C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #06265C is #F9D9A3. Grayscale: #222222. Windows color (decimal): -16374180 or 6039046. OLE color: 6039046.
HSL color Cylindrical-coordinate representation of color #06265C: hue angle of 217.67º degrees, saturation: 0.88, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #06265C is Cyan = 0.93, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 6 | 38 | 92 | - |
| CMYK | 0.93 | 0.59 | 0 | 0.64 |
| HSL | 217.67º | 0.88% | 0.19% | - |
| HSV(B) | 217.67º | 0.93% | 0.36% | - |
| XYZ | 2.7 | 2.2 | 10.41 | - |
| YUV | 34.59 | 160.4 | 107.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 38 | 92 | 0.93 | 0.59 | 0 | 0.64 | 217.67 | 0.88 | 0.19 |
| Hex | 6 | 26 | 5C | 5D | 3B | 0 | 40 | DA | 58 | 13 |
| Octal | 6 | 46 | 134 | 135 | 73 | 0 | 100 | 332 | 130 | 23 |
| Binary | 110 | 100110 | 1011100 | 1011101 | 111011 | 0 | 1000000 | 11011010 | 1011000 | 10011 |
Color Harmonies of #06265C
Complementary color
Monochromatic Colors of #06265C
Black with #06265C
Text Example
Text Example
White with #06265C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06265C; }
p { color: rgb(6,38,92); }
H1.HeaderClassName
{
color: #06265C;
}
.AnyTagClassName
{
color: #06265C;
}
</style>
background-color css
<style>
a { background-color: #06265C; }
a { background-color: rgb(6,38,92); }
div.DivClassName
{
background-color: #06265C;
}
.BgClassName
{
background-color: #06265C;
}
</style>
border-color css
<style>
span { border-color: #06265C; }
span { border-color: rgb(6,38,92); }
td.TdClassName
{
border-color: #06265C;
}
.TagClassName
{
border-color: #06265C;
}
</style>