Shades of Sapphire #06287B
Tints of Sapphire #06287B
RGB
CMYK
RGB Variations
Color information
#06287B (or 0x06287B) is known color: Sapphire. HEX triplet: 06, 28 and 7B. RGB value is (6,40,123). Sum of RGB (Red+Green+Blue) = 6+40+123=169 (22% of max value = 765). Red value is 6 (2.73% from 255 or 3.55% from 169); Green value is 40 (16.02% from 255 or 23.67% from 169); Blue value is 123 (48.44% from 255 or 72.78% from 169); Max value from RGB is 123 - color contains mainly: blue. Hex color #06287B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #06287B is #F9D784. Grayscale: #262626. Windows color (decimal): -16373637 or 8071174. OLE color: 8071174.
HSL color Cylindrical-coordinate representation of color #06287B: hue angle of 222.56º degrees, saturation: 0.91, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #06287B is Cyan = 0.95, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 6 | 40 | 123 | - |
| CMYK | 0.95 | 0.67 | 0 | 0.52 |
| HSL | 222.56º | 0.91% | 0.25% | - |
| HSV(B) | 222.56º | 0.95% | 0.48% | - |
| XYZ | 4.41 | 2.99 | 19.08 | - |
| YUV | 39.3 | 175.24 | 104.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 40 | 123 | 0.95 | 0.67 | 0 | 0.52 | 222.56 | 0.91 | 0.25 |
| Hex | 6 | 28 | 7B | 5F | 43 | 0 | 34 | DF | 5B | 19 |
| Octal | 6 | 50 | 173 | 137 | 103 | 0 | 64 | 337 | 133 | 31 |
| Binary | 110 | 101000 | 1111011 | 1011111 | 1000011 | 0 | 110100 | 11011111 | 1011011 | 11001 |
Color Harmonies of #06287B
Complementary color
Monochromatic Colors of #06287B
Black with #06287B
Text Example
Text Example
White with #06287B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06287B; }
p { color: rgb(6,40,123); }
H1.HeaderClassName
{
color: #06287B;
}
.AnyTagClassName
{
color: #06287B;
}
</style>
background-color css
<style>
a { background-color: #06287B; }
a { background-color: rgb(6,40,123); }
div.DivClassName
{
background-color: #06287B;
}
.BgClassName
{
background-color: #06287B;
}
</style>
border-color css
<style>
span { border-color: #06287B; }
span { border-color: rgb(6,40,123); }
td.TdClassName
{
border-color: #06287B;
}
.TagClassName
{
border-color: #06287B;
}
</style>