Shades of Sapphire #00267C
Tints of Sapphire #00267C
RGB
CMYK
RGB Variations
Color information
#00267C (or 0x00267C) is known color: Sapphire. HEX triplet: 00, 26 and 7C. RGB value is (0,38,124). Sum of RGB (Red+Green+Blue) = 0+38+124=162 (21% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 162); Green value is 38 (15.23% from 255 or 23.46% from 162); Blue value is 124 (48.83% from 255 or 76.54% from 162); Max value from RGB is 124 - color contains mainly: blue. Hex color #00267C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #00267C is #FFD983. Grayscale: #242424. Windows color (decimal): -16767364 or 8136192. OLE color: 8136192.
HSL color Cylindrical-coordinate representation of color #00267C: hue angle of 221.61º degrees, saturation: 1, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00267C is Cyan = 1, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 0 | 38 | 124 | - |
| CMYK | 1 | 0.69 | 0 | 0.51 |
| HSL | 221.61º | 1% | 0.24% | - |
| HSV(B) | 221.61º | 1% | 0.49% | - |
| XYZ | 4.33 | 2.84 | 19.39 | - |
| YUV | 36.44 | 177.41 | 102.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 38 | 124 | 1 | 0.69 | 0 | 0.51 | 221.61 | 1 | 0.24 |
| Hex | 0 | 26 | 7C | 64 | 45 | 0 | 33 | DE | 64 | 18 |
| Octal | 0 | 46 | 174 | 144 | 105 | 0 | 63 | 336 | 144 | 30 |
| Binary | 0 | 100110 | 1111100 | 1100100 | 1000101 | 0 | 110011 | 11011110 | 1100100 | 11000 |
Color Harmonies of #00267C
Complementary color
Monochromatic Colors of #00267C
Black with #00267C
Text Example
Text Example
White with #00267C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00267C; }
p { color: rgb(0,38,124); }
H1.HeaderClassName
{
color: #00267C;
}
.AnyTagClassName
{
color: #00267C;
}
</style>
background-color css
<style>
a { background-color: #00267C; }
a { background-color: rgb(0,38,124); }
div.DivClassName
{
background-color: #00267C;
}
.BgClassName
{
background-color: #00267C;
}
</style>
border-color css
<style>
span { border-color: #00267C; }
span { border-color: rgb(0,38,124); }
td.TdClassName
{
border-color: #00267C;
}
.TagClassName
{
border-color: #00267C;
}
</style>