Shades of Medium Blue #0002BB
Tints of Medium Blue #0002BB
RGB
CMYK
RGB Variations
Color information
#0002BB (or 0x0002BB) is known color: Medium Blue. HEX triplet: 00, 02 and BB. RGB value is (0,2,187). Sum of RGB (Red+Green+Blue) = 0+2+187=189 (25% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 189); Green value is 2 (1.17% from 255 or 1.06% from 189); Blue value is 187 (73.44% from 255 or 98.94% from 189); Max value from RGB is 187 - color contains mainly: blue. Hex color #0002BB is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0002BB is #FFFD44. Grayscale: #151515. Windows color (decimal): -16776517 or 12255744. OLE color: 12255744.
HSL color Cylindrical-coordinate representation of color #0002BB: hue angle of 239.36º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0002BB is Cyan = 1, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 0 | 2 | 187 | - |
| CMYK | 1 | 0.99 | 0 | 0.27 |
| HSL | 239.36º | 1% | 0.37% | - |
| HSV(B) | 239.36º | 1% | 0.73% | - |
| XYZ | 8.99 | 3.63 | 47.24 | - |
| YUV | 22.49 | 220.84 | 111.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 2 | 187 | 1 | 0.99 | 0 | 0.27 | 239.36 | 1 | 0.37 |
| Hex | 0 | 2 | BB | 64 | 63 | 0 | 1B | EF | 64 | 25 |
| Octal | 0 | 2 | 273 | 144 | 143 | 0 | 33 | 357 | 144 | 45 |
| Binary | 0 | 10 | 10111011 | 1100100 | 1100011 | 0 | 11011 | 11101111 | 1100100 | 100101 |
Color Harmonies of #0002BB
Complementary color
Monochromatic Colors of #0002BB
Black with #0002BB
Text Example
Text Example
White with #0002BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0002BB; }
p { color: rgb(0,2,187); }
H1.HeaderClassName
{
color: #0002BB;
}
.AnyTagClassName
{
color: #0002BB;
}
</style>
background-color css
<style>
a { background-color: #0002BB; }
a { background-color: rgb(0,2,187); }
div.DivClassName
{
background-color: #0002BB;
}
.BgClassName
{
background-color: #0002BB;
}
</style>
border-color css
<style>
span { border-color: #0002BB; }
span { border-color: rgb(0,2,187); }
td.TdClassName
{
border-color: #0002BB;
}
.TagClassName
{
border-color: #0002BB;
}
</style>