Shades of Sapphire #00237A
Tints of Sapphire #00237A
RGB
CMYK
RGB Variations
Color information
#00237A (or 0x00237A) is known color: Sapphire. HEX triplet: 00, 23 and 7A. RGB value is (0,35,122). Sum of RGB (Red+Green+Blue) = 0+35+122=157 (20% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 157); Green value is 35 (14.06% from 255 or 22.29% from 157); Blue value is 122 (48.05% from 255 or 77.71% from 157); Max value from RGB is 122 - color contains mainly: blue. Hex color #00237A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #00237A is #FFDC85. Grayscale: #222222. Windows color (decimal): -16768134 or 8004352. OLE color: 8004352.
HSL color Cylindrical-coordinate representation of color #00237A: hue angle of 222.79º degrees, saturation: 1, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00237A is Cyan = 1, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 0 | 35 | 122 | - |
| CMYK | 1 | 0.71 | 0 | 0.52 |
| HSL | 222.79º | 1% | 0.24% | - |
| HSV(B) | 222.79º | 1% | 0.48% | - |
| XYZ | 4.11 | 2.61 | 18.7 | - |
| YUV | 34.45 | 177.4 | 103.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 35 | 122 | 1 | 0.71 | 0 | 0.52 | 222.79 | 1 | 0.24 |
| Hex | 0 | 23 | 7A | 64 | 47 | 0 | 34 | DF | 64 | 18 |
| Octal | 0 | 43 | 172 | 144 | 107 | 0 | 64 | 337 | 144 | 30 |
| Binary | 0 | 100011 | 1111010 | 1100100 | 1000111 | 0 | 110100 | 11011111 | 1100100 | 11000 |
Color Harmonies of #00237A
Complementary color
Monochromatic Colors of #00237A
Black with #00237A
Text Example
Text Example
White with #00237A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00237A; }
p { color: rgb(0,35,122); }
H1.HeaderClassName
{
color: #00237A;
}
.AnyTagClassName
{
color: #00237A;
}
</style>
background-color css
<style>
a { background-color: #00237A; }
a { background-color: rgb(0,35,122); }
div.DivClassName
{
background-color: #00237A;
}
.BgClassName
{
background-color: #00237A;
}
</style>
border-color css
<style>
span { border-color: #00237A; }
span { border-color: rgb(0,35,122); }
td.TdClassName
{
border-color: #00237A;
}
.TagClassName
{
border-color: #00237A;
}
</style>