Shades of Medium Blue #2B13CA
Tints of Medium Blue #2B13CA
RGB
CMYK
RGB Variations
Color information
#2B13CA (or 0x2B13CA) is known color: Medium Blue. HEX triplet: 2B, 13 and CA. RGB value is (43,19,202). Sum of RGB (Red+Green+Blue) = 43+19+202=264 (34% of max value = 765). Red value is 43 (17.19% from 255 or 16.29% from 264); Green value is 19 (7.81% from 255 or 7.20% from 264); Blue value is 202 (79.30% from 255 or 76.52% from 264); Max value from RGB is 202 - color contains mainly: blue. Hex color #2B13CA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2B13CA is #D4EC35. Grayscale: #2E2E2E. Windows color (decimal): -13954102 or 13243179. OLE color: 13243179.
HSL color Cylindrical-coordinate representation of color #2B13CA: hue angle of 247.87º degrees, saturation: 0.83, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #2B13CA is Cyan = 0.79, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 43 | 19 | 202 | - |
| CMYK | 0.79 | 0.91 | 0 | 0.21 |
| HSL | 247.87º | 0.83% | 0.43% | - |
| HSV(B) | 247.87º | 0.91% | 0.79% | - |
| XYZ | 11.89 | 5.24 | 56.26 | - |
| YUV | 47.04 | 215.45 | 125.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 19 | 202 | 0.79 | 0.91 | 0 | 0.21 | 247.87 | 0.83 | 0.43 |
| Hex | 2B | 13 | CA | 4F | 5B | 0 | 15 | F8 | 53 | 2B |
| Octal | 53 | 23 | 312 | 117 | 133 | 0 | 25 | 370 | 123 | 53 |
| Binary | 101011 | 10011 | 11001010 | 1001111 | 1011011 | 0 | 10101 | 11111000 | 1010011 | 101011 |
Color Harmonies of #2B13CA
Complementary color
Monochromatic Colors of #2B13CA
Black with #2B13CA
Text Example
Text Example
White with #2B13CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B13CA; }
p { color: rgb(43,19,202); }
H1.HeaderClassName
{
color: #2B13CA;
}
.AnyTagClassName
{
color: #2B13CA;
}
</style>
background-color css
<style>
a { background-color: #2B13CA; }
a { background-color: rgb(43,19,202); }
div.DivClassName
{
background-color: #2B13CA;
}
.BgClassName
{
background-color: #2B13CA;
}
</style>
border-color css
<style>
span { border-color: #2B13CA; }
span { border-color: rgb(43,19,202); }
td.TdClassName
{
border-color: #2B13CA;
}
.TagClassName
{
border-color: #2B13CA;
}
</style>