Shades of Medium Blue #230CBA
Tints of Medium Blue #230CBA
RGB
CMYK
RGB Variations
Color information
#230CBA (or 0x230CBA) is known color: Medium Blue. HEX triplet: 23, 0C and BA. RGB value is (35,12,186). Sum of RGB (Red+Green+Blue) = 35+12+186=233 (30% of max value = 765). Red value is 35 (14.06% from 255 or 15.02% from 233); Green value is 12 (5.08% from 255 or 5.15% from 233); Blue value is 186 (73.05% from 255 or 79.83% from 233); Max value from RGB is 186 - color contains mainly: blue. Hex color #230CBA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #230CBA is #DCF345. Grayscale: #262626. Windows color (decimal): -14480198 or 12192803. OLE color: 12192803.
HSL color Cylindrical-coordinate representation of color #230CBA: hue angle of 247.93º degrees, saturation: 0.88, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #230CBA is Cyan = 0.81, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 35 | 12 | 186 | - |
| CMYK | 0.81 | 0.94 | 0 | 0.27 |
| HSL | 247.93º | 0.88% | 0.39% | - |
| HSV(B) | 247.93º | 0.94% | 0.73% | - |
| XYZ | 9.69 | 4.17 | 46.75 | - |
| YUV | 38.71 | 211.12 | 125.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 12 | 186 | 0.81 | 0.94 | 0 | 0.27 | 247.93 | 0.88 | 0.39 |
| Hex | 23 | C | BA | 51 | 5E | 0 | 1B | F8 | 58 | 27 |
| Octal | 43 | 14 | 272 | 121 | 136 | 0 | 33 | 370 | 130 | 47 |
| Binary | 100011 | 1100 | 10111010 | 1010001 | 1011110 | 0 | 11011 | 11111000 | 1011000 | 100111 |
Color Harmonies of #230CBA
Complementary color
Monochromatic Colors of #230CBA
Black with #230CBA
Text Example
Text Example
White with #230CBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #230CBA; }
p { color: rgb(35,12,186); }
H1.HeaderClassName
{
color: #230CBA;
}
.AnyTagClassName
{
color: #230CBA;
}
</style>
background-color css
<style>
a { background-color: #230CBA; }
a { background-color: rgb(35,12,186); }
div.DivClassName
{
background-color: #230CBA;
}
.BgClassName
{
background-color: #230CBA;
}
</style>
border-color css
<style>
span { border-color: #230CBA; }
span { border-color: rgb(35,12,186); }
td.TdClassName
{
border-color: #230CBA;
}
.TagClassName
{
border-color: #230CBA;
}
</style>