Shades of Sapphire #00235A
Tints of Sapphire #00235A
RGB
CMYK
RGB Variations
Color information
#00235A (or 0x00235A) is known color: Sapphire. HEX triplet: 00, 23 and 5A. RGB value is (0,35,90). Sum of RGB (Red+Green+Blue) = 0+35+90=125 (16% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 125); Green value is 35 (14.06% from 255 or 28% from 125); Blue value is 90 (35.55% from 255 or 72% from 125); Max value from RGB is 90 - color contains mainly: blue. Hex color #00235A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #00235A is #FFDCA5. Grayscale: #1E1E1E. Windows color (decimal): -16768166 or 5907200. OLE color: 5907200.
HSL color Cylindrical-coordinate representation of color #00235A: hue angle of 216.67º degrees, saturation: 1, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00235A is Cyan = 1, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 0 | 35 | 90 | - |
| CMYK | 1 | 0.61 | 0 | 0.65 |
| HSL | 216.67º | 1% | 0.18% | - |
| HSV(B) | 216.67º | 1% | 0.35% | - |
| XYZ | 2.45 | 1.94 | 9.92 | - |
| YUV | 30.81 | 161.4 | 106.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 35 | 90 | 1 | 0.61 | 0 | 0.65 | 216.67 | 1 | 0.18 |
| Hex | 0 | 23 | 5A | 64 | 3D | 0 | 41 | D9 | 64 | 12 |
| Octal | 0 | 43 | 132 | 144 | 75 | 0 | 101 | 331 | 144 | 22 |
| Binary | 0 | 100011 | 1011010 | 1100100 | 111101 | 0 | 1000001 | 11011001 | 1100100 | 10010 |
Color Harmonies of #00235A
Complementary color
Monochromatic Colors of #00235A
Black with #00235A
Text Example
Text Example
White with #00235A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00235A; }
p { color: rgb(0,35,90); }
H1.HeaderClassName
{
color: #00235A;
}
.AnyTagClassName
{
color: #00235A;
}
</style>
background-color css
<style>
a { background-color: #00235A; }
a { background-color: rgb(0,35,90); }
div.DivClassName
{
background-color: #00235A;
}
.BgClassName
{
background-color: #00235A;
}
</style>
border-color css
<style>
span { border-color: #00235A; }
span { border-color: rgb(0,35,90); }
td.TdClassName
{
border-color: #00235A;
}
.TagClassName
{
border-color: #00235A;
}
</style>