Shades of Sapphire #00136F
Tints of Sapphire #00136F
RGB
CMYK
RGB Variations
Color information
#00136F (or 0x00136F) is known color: Sapphire. HEX triplet: 00, 13 and 6F. RGB value is (0,19,111). Sum of RGB (Red+Green+Blue) = 0+19+111=130 (17% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 130); Green value is 19 (7.81% from 255 or 14.62% from 130); Blue value is 111 (43.75% from 255 or 85.38% from 130); Max value from RGB is 111 - color contains mainly: blue. Hex color #00136F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #00136F is #FFEC90. Grayscale: #171717. Windows color (decimal): -16772241 or 7279360. OLE color: 7279360.
HSL color Cylindrical-coordinate representation of color #00136F: hue angle of 229.73º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00136F is Cyan = 1, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 0 | 19 | 111 | - |
| CMYK | 1 | 0.83 | 0 | 0.56 |
| HSL | 229.73º | 1% | 0.22% | - |
| HSV(B) | 229.73º | 1% | 0.44% | - |
| XYZ | 3.1 | 1.61 | 15.19 | - |
| YUV | 23.81 | 177.21 | 111.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 19 | 111 | 1 | 0.83 | 0 | 0.56 | 229.73 | 1 | 0.22 |
| Hex | 0 | 13 | 6F | 64 | 53 | 0 | 38 | E6 | 64 | 16 |
| Octal | 0 | 23 | 157 | 144 | 123 | 0 | 70 | 346 | 144 | 26 |
| Binary | 0 | 10011 | 1101111 | 1100100 | 1010011 | 0 | 111000 | 11100110 | 1100100 | 10110 |
Color Harmonies of #00136F
Complementary color
Monochromatic Colors of #00136F
Black with #00136F
Text Example
Text Example
White with #00136F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00136F; }
p { color: rgb(0,19,111); }
H1.HeaderClassName
{
color: #00136F;
}
.AnyTagClassName
{
color: #00136F;
}
</style>
background-color css
<style>
a { background-color: #00136F; }
a { background-color: rgb(0,19,111); }
div.DivClassName
{
background-color: #00136F;
}
.BgClassName
{
background-color: #00136F;
}
</style>
border-color css
<style>
span { border-color: #00136F; }
span { border-color: rgb(0,19,111); }
td.TdClassName
{
border-color: #00136F;
}
.TagClassName
{
border-color: #00136F;
}
</style>