Shades of Sapphire #00235D
Tints of Sapphire #00235D
RGB
CMYK
RGB Variations
Color information
#00235D (or 0x00235D) is known color: Sapphire. HEX triplet: 00, 23 and 5D. RGB value is (0,35,93). Sum of RGB (Red+Green+Blue) = 0+35+93=128 (16% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 128); Green value is 35 (14.06% from 255 or 27.34% from 128); Blue value is 93 (36.72% from 255 or 72.66% from 128); Max value from RGB is 93 - color contains mainly: blue. Hex color #00235D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #00235D is #FFDCA2. Grayscale: #1E1E1E. Windows color (decimal): -16768163 or 6103808. OLE color: 6103808.
HSL color Cylindrical-coordinate representation of color #00235D: hue angle of 217.42º 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 #00235D is Cyan = 1, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 0 | 35 | 93 | - |
| CMYK | 1 | 0.62 | 0 | 0.64 |
| HSL | 217.42º | 1% | 0.18% | - |
| HSV(B) | 217.42º | 1% | 0.36% | - |
| XYZ | 2.58 | 1.99 | 10.6 | - |
| YUV | 31.15 | 162.9 | 105.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 35 | 93 | 1 | 0.62 | 0 | 0.64 | 217.42 | 1 | 0.18 |
| Hex | 0 | 23 | 5D | 64 | 3E | 0 | 40 | D9 | 64 | 12 |
| Octal | 0 | 43 | 135 | 144 | 76 | 0 | 100 | 331 | 144 | 22 |
| Binary | 0 | 100011 | 1011101 | 1100100 | 111110 | 0 | 1000000 | 11011001 | 1100100 | 10010 |
Color Harmonies of #00235D
Complementary color
Monochromatic Colors of #00235D
Black with #00235D
Text Example
Text Example
White with #00235D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00235D; }
p { color: rgb(0,35,93); }
H1.HeaderClassName
{
color: #00235D;
}
.AnyTagClassName
{
color: #00235D;
}
</style>
background-color css
<style>
a { background-color: #00235D; }
a { background-color: rgb(0,35,93); }
div.DivClassName
{
background-color: #00235D;
}
.BgClassName
{
background-color: #00235D;
}
</style>
border-color css
<style>
span { border-color: #00235D; }
span { border-color: rgb(0,35,93); }
td.TdClassName
{
border-color: #00235D;
}
.TagClassName
{
border-color: #00235D;
}
</style>