Shades of Sapphire #00275D
Tints of Sapphire #00275D
RGB
CMYK
RGB Variations
Color information
#00275D (or 0x00275D) is known color: Sapphire. HEX triplet: 00, 27 and 5D. RGB value is (0,39,93). Sum of RGB (Red+Green+Blue) = 0+39+93=132 (17% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 132); Green value is 39 (15.62% from 255 or 29.55% from 132); Blue value is 93 (36.72% from 255 or 70.45% from 132); Max value from RGB is 93 - color contains mainly: blue. Hex color #00275D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #00275D is #FFD8A2. Grayscale: #212121. Windows color (decimal): -16767139 or 6104832. OLE color: 6104832.
HSL color Cylindrical-coordinate representation of color #00275D: hue angle of 214.84º degrees, saturation: 1, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00275D is Cyan = 1, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 0 | 39 | 93 | - |
| CMYK | 1 | 0.58 | 0 | 0.64 |
| HSL | 214.84º | 1% | 0.18% | - |
| HSV(B) | 214.84º | 1% | 0.36% | - |
| XYZ | 2.7 | 2.24 | 10.65 | - |
| YUV | 33.5 | 161.58 | 104.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 39 | 93 | 1 | 0.58 | 0 | 0.64 | 214.84 | 1 | 0.18 |
| Hex | 0 | 27 | 5D | 64 | 3A | 0 | 40 | D7 | 64 | 12 |
| Octal | 0 | 47 | 135 | 144 | 72 | 0 | 100 | 327 | 144 | 22 |
| Binary | 0 | 100111 | 1011101 | 1100100 | 111010 | 0 | 1000000 | 11010111 | 1100100 | 10010 |
Color Harmonies of #00275D
Complementary color
Monochromatic Colors of #00275D
Black with #00275D
Text Example
Text Example
White with #00275D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00275D; }
p { color: rgb(0,39,93); }
H1.HeaderClassName
{
color: #00275D;
}
.AnyTagClassName
{
color: #00275D;
}
</style>
background-color css
<style>
a { background-color: #00275D; }
a { background-color: rgb(0,39,93); }
div.DivClassName
{
background-color: #00275D;
}
.BgClassName
{
background-color: #00275D;
}
</style>
border-color css
<style>
span { border-color: #00275D; }
span { border-color: rgb(0,39,93); }
td.TdClassName
{
border-color: #00275D;
}
.TagClassName
{
border-color: #00275D;
}
</style>