Shades of Sapphire #00135C
Tints of Sapphire #00135C
RGB
CMYK
RGB Variations
Color information
#00135C (or 0x00135C) is known color: Sapphire. HEX triplet: 00, 13 and 5C. RGB value is (0,19,92). Sum of RGB (Red+Green+Blue) = 0+19+92=111 (14% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 111); Green value is 19 (7.81% from 255 or 17.12% from 111); Blue value is 92 (36.33% from 255 or 82.88% from 111); Max value from RGB is 92 - color contains mainly: blue. Hex color #00135C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #00135C is #FFECA3. Grayscale: #151515. Windows color (decimal): -16772260 or 6034176. OLE color: 6034176.
HSL color Cylindrical-coordinate representation of color #00135C: hue angle of 227.61º 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 #00135C is Cyan = 1, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 0 | 19 | 92 | - |
| CMYK | 1 | 0.79 | 0 | 0.64 |
| HSL | 227.61º | 1% | 0.18% | - |
| HSV(B) | 227.61º | 1% | 0.36% | - |
| XYZ | 2.16 | 1.24 | 10.25 | - |
| YUV | 21.64 | 167.71 | 112.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 19 | 92 | 1 | 0.79 | 0 | 0.64 | 227.61 | 1 | 0.18 |
| Hex | 0 | 13 | 5C | 64 | 4F | 0 | 40 | E4 | 64 | 12 |
| Octal | 0 | 23 | 134 | 144 | 117 | 0 | 100 | 344 | 144 | 22 |
| Binary | 0 | 10011 | 1011100 | 1100100 | 1001111 | 0 | 1000000 | 11100100 | 1100100 | 10010 |
Color Harmonies of #00135C
Complementary color
Monochromatic Colors of #00135C
Black with #00135C
Text Example
Text Example
White with #00135C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00135C; }
p { color: rgb(0,19,92); }
H1.HeaderClassName
{
color: #00135C;
}
.AnyTagClassName
{
color: #00135C;
}
</style>
background-color css
<style>
a { background-color: #00135C; }
a { background-color: rgb(0,19,92); }
div.DivClassName
{
background-color: #00135C;
}
.BgClassName
{
background-color: #00135C;
}
</style>
border-color css
<style>
span { border-color: #00135C; }
span { border-color: rgb(0,19,92); }
td.TdClassName
{
border-color: #00135C;
}
.TagClassName
{
border-color: #00135C;
}
</style>