Shades of Medium Blue #0B00CA
Tints of Medium Blue #0B00CA
RGB
CMYK
RGB Variations
Color information
#0B00CA (or 0x0B00CA) is known color: Medium Blue. HEX triplet: 0B, 00 and CA. RGB value is (11,0,202). Sum of RGB (Red+Green+Blue) = 11+0+202=213 (28% of max value = 765). Red value is 11 (4.69% from 255 or 5.16% from 213); Green value is 0 (0.39% from 255 or 0% from 213); Blue value is 202 (79.30% from 255 or 94.84% from 213); Max value from RGB is 202 - color contains mainly: blue. Hex color #0B00CA is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0B00CA is #F4FF35. Grayscale: #191919. Windows color (decimal): -16056118 or 13238283. OLE color: 13238283.
HSL color Cylindrical-coordinate representation of color #0B00CA: hue angle of 243.27º 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 #0B00CA is Cyan = 0.95, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 11 | 0 | 202 | - |
| CMYK | 0.95 | 1 | 0 | 0.21 |
| HSL | 243.27º | 1% | 0.4% | - |
| HSV(B) | 243.27º | 1% | 0.79% | - |
| XYZ | 10.8 | 4.34 | 56.14 | - |
| YUV | 26.32 | 227.14 | 117.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 0 | 202 | 0.95 | 1 | 0 | 0.21 | 243.27 | 1 | 0.4 |
| Hex | B | 0 | CA | 5F | 64 | 0 | 15 | F3 | 64 | 28 |
| Octal | 13 | 0 | 312 | 137 | 144 | 0 | 25 | 363 | 144 | 50 |
| Binary | 1011 | 0 | 11001010 | 1011111 | 1100100 | 0 | 10101 | 11110011 | 1100100 | 101000 |
Color Harmonies of #0B00CA
Complementary color
Monochromatic Colors of #0B00CA
Black with #0B00CA
Text Example
Text Example
White with #0B00CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B00CA; }
p { color: rgb(11,0,202); }
H1.HeaderClassName
{
color: #0B00CA;
}
.AnyTagClassName
{
color: #0B00CA;
}
</style>
background-color css
<style>
a { background-color: #0B00CA; }
a { background-color: rgb(11,0,202); }
div.DivClassName
{
background-color: #0B00CA;
}
.BgClassName
{
background-color: #0B00CA;
}
</style>
border-color css
<style>
span { border-color: #0B00CA; }
span { border-color: rgb(11,0,202); }
td.TdClassName
{
border-color: #0B00CA;
}
.TagClassName
{
border-color: #0B00CA;
}
</style>