Shades of Medium Blue #0B02CC
Tints of Medium Blue #0B02CC
RGB
CMYK
RGB Variations
Color information
#0B02CC (or 0x0B02CC) is known color: Medium Blue. HEX triplet: 0B, 02 and CC. RGB value is (11,2,204). Sum of RGB (Red+Green+Blue) = 11+2+204=217 (28% of max value = 765). Red value is 11 (4.69% from 255 or 5.07% from 217); Green value is 2 (1.17% from 255 or 0.92% from 217); Blue value is 204 (80.08% from 255 or 94.01% from 217); Max value from RGB is 204 - color contains mainly: blue. Hex color #0B02CC is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0B02CC is #F4FD33. Grayscale: #1A1A1A. Windows color (decimal): -16055604 or 13369867. OLE color: 13369867.
HSL color Cylindrical-coordinate representation of color #0B02CC: hue angle of 242.67º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0B02CC is Cyan = 0.95, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 11 | 2 | 204 | - |
| CMYK | 0.95 | 0.99 | 0 | 0.2 |
| HSL | 242.67º | 0.98% | 0.4% | - |
| HSV(B) | 242.67º | 0.99% | 0.8% | - |
| XYZ | 11.06 | 4.47 | 57.41 | - |
| YUV | 27.72 | 227.48 | 116.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 2 | 204 | 0.95 | 0.99 | 0 | 0.2 | 242.67 | 0.98 | 0.4 |
| Hex | B | 2 | CC | 5F | 63 | 0 | 14 | F3 | 62 | 28 |
| Octal | 13 | 2 | 314 | 137 | 143 | 0 | 24 | 363 | 142 | 50 |
| Binary | 1011 | 10 | 11001100 | 1011111 | 1100011 | 0 | 10100 | 11110011 | 1100010 | 101000 |
Color Harmonies of #0B02CC
Complementary color
Monochromatic Colors of #0B02CC
Black with #0B02CC
Text Example
Text Example
White with #0B02CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B02CC; }
p { color: rgb(11,2,204); }
H1.HeaderClassName
{
color: #0B02CC;
}
.AnyTagClassName
{
color: #0B02CC;
}
</style>
background-color css
<style>
a { background-color: #0B02CC; }
a { background-color: rgb(11,2,204); }
div.DivClassName
{
background-color: #0B02CC;
}
.BgClassName
{
background-color: #0B02CC;
}
</style>
border-color css
<style>
span { border-color: #0B02CC; }
span { border-color: rgb(11,2,204); }
td.TdClassName
{
border-color: #0B02CC;
}
.TagClassName
{
border-color: #0B02CC;
}
</style>