Shades of Sapphire #00136D
Tints of Sapphire #00136D
RGB
CMYK
RGB Variations
Color information
#00136D (or 0x00136D) is known color: Sapphire. HEX triplet: 00, 13 and 6D. RGB value is (0,19,109). Sum of RGB (Red+Green+Blue) = 0+19+109=128 (16% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 128); Green value is 19 (7.81% from 255 or 14.84% from 128); Blue value is 109 (42.97% from 255 or 85.16% from 128); Max value from RGB is 109 - color contains mainly: blue. Hex color #00136D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #00136D is #FFEC92. Grayscale: #171717. Windows color (decimal): -16772243 or 7148288. OLE color: 7148288.
HSL color Cylindrical-coordinate representation of color #00136D: hue angle of 229.54º degrees, saturation: 1, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00136D is Cyan = 1, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 0 | 19 | 109 | - |
| CMYK | 1 | 0.83 | 0 | 0.57 |
| HSL | 229.54º | 1% | 0.21% | - |
| HSV(B) | 229.54º | 1% | 0.43% | - |
| XYZ | 2.99 | 1.57 | 14.61 | - |
| YUV | 23.58 | 176.21 | 111.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 19 | 109 | 1 | 0.83 | 0 | 0.57 | 229.54 | 1 | 0.21 |
| Hex | 0 | 13 | 6D | 64 | 53 | 0 | 39 | E6 | 64 | 15 |
| Octal | 0 | 23 | 155 | 144 | 123 | 0 | 71 | 346 | 144 | 25 |
| Binary | 0 | 10011 | 1101101 | 1100100 | 1010011 | 0 | 111001 | 11100110 | 1100100 | 10101 |
Color Harmonies of #00136D
Complementary color
Monochromatic Colors of #00136D
Black with #00136D
Text Example
Text Example
White with #00136D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00136D; }
p { color: rgb(0,19,109); }
H1.HeaderClassName
{
color: #00136D;
}
.AnyTagClassName
{
color: #00136D;
}
</style>
background-color css
<style>
a { background-color: #00136D; }
a { background-color: rgb(0,19,109); }
div.DivClassName
{
background-color: #00136D;
}
.BgClassName
{
background-color: #00136D;
}
</style>
border-color css
<style>
span { border-color: #00136D; }
span { border-color: rgb(0,19,109); }
td.TdClassName
{
border-color: #00136D;
}
.TagClassName
{
border-color: #00136D;
}
</style>