Shades of Medium Blue #0023CA
Tints of Medium Blue #0023CA
RGB
CMYK
RGB Variations
Color information
#0023CA (or 0x0023CA) is known color: Medium Blue. HEX triplet: 00, 23 and CA. RGB value is (0,35,202). Sum of RGB (Red+Green+Blue) = 0+35+202=237 (31% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 237); Green value is 35 (14.06% from 255 or 14.77% from 237); Blue value is 202 (79.30% from 255 or 85.23% from 237); Max value from RGB is 202 - color contains mainly: blue. Hex color #0023CA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0023CA is #FFDC35. Grayscale: #2A2A2A. Windows color (decimal): -16768054 or 13247232. OLE color: 13247232.
HSL color Cylindrical-coordinate representation of color #0023CA: hue angle of 229.6º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0023CA is Cyan = 1, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 0 | 35 | 202 | - |
| CMYK | 1 | 0.83 | 0 | 0.21 |
| HSL | 229.6º | 1% | 0.4% | - |
| HSV(B) | 229.6º | 1% | 0.79% | - |
| XYZ | 11.26 | 5.47 | 56.34 | - |
| YUV | 43.57 | 217.4 | 96.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 35 | 202 | 1 | 0.83 | 0 | 0.21 | 229.6 | 1 | 0.4 |
| Hex | 0 | 23 | CA | 64 | 53 | 0 | 15 | E6 | 64 | 28 |
| Octal | 0 | 43 | 312 | 144 | 123 | 0 | 25 | 346 | 144 | 50 |
| Binary | 0 | 100011 | 11001010 | 1100100 | 1010011 | 0 | 10101 | 11100110 | 1100100 | 101000 |
Color Harmonies of #0023CA
Complementary color
Monochromatic Colors of #0023CA
Black with #0023CA
Text Example
Text Example
White with #0023CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0023CA; }
p { color: rgb(0,35,202); }
H1.HeaderClassName
{
color: #0023CA;
}
.AnyTagClassName
{
color: #0023CA;
}
</style>
background-color css
<style>
a { background-color: #0023CA; }
a { background-color: rgb(0,35,202); }
div.DivClassName
{
background-color: #0023CA;
}
.BgClassName
{
background-color: #0023CA;
}
</style>
border-color css
<style>
span { border-color: #0023CA; }
span { border-color: rgb(0,35,202); }
td.TdClassName
{
border-color: #0023CA;
}
.TagClassName
{
border-color: #0023CA;
}
</style>