Shades of Medium Blue #0002B8
Tints of Medium Blue #0002B8
RGB
CMYK
RGB Variations
Color information
#0002B8 (or 0x0002B8) is known color: Medium Blue. HEX triplet: 00, 02 and B8. RGB value is (0,2,184). Sum of RGB (Red+Green+Blue) = 0+2+184=186 (24% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 186); Green value is 2 (1.17% from 255 or 1.08% from 186); Blue value is 184 (72.27% from 255 or 98.92% from 186); Max value from RGB is 184 - color contains mainly: blue. Hex color #0002B8 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0002B8 is #FFFD47. Grayscale: #151515. Windows color (decimal): -16776520 or 12059136. OLE color: 12059136.
HSL color Cylindrical-coordinate representation of color #0002B8: hue angle of 239.35º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0002B8 is Cyan = 1, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 0 | 2 | 184 | - |
| CMYK | 1 | 0.99 | 0 | 0.28 |
| HSL | 239.35º | 1% | 0.36% | - |
| HSV(B) | 239.35º | 1% | 0.72% | - |
| XYZ | 8.67 | 3.5 | 45.57 | - |
| YUV | 22.15 | 219.34 | 112.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 2 | 184 | 1 | 0.99 | 0 | 0.28 | 239.35 | 1 | 0.36 |
| Hex | 0 | 2 | B8 | 64 | 63 | 0 | 1C | EF | 64 | 24 |
| Octal | 0 | 2 | 270 | 144 | 143 | 0 | 34 | 357 | 144 | 44 |
| Binary | 0 | 10 | 10111000 | 1100100 | 1100011 | 0 | 11100 | 11101111 | 1100100 | 100100 |
Color Harmonies of #0002B8
Complementary color
Monochromatic Colors of #0002B8
Black with #0002B8
Text Example
Text Example
White with #0002B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0002B8; }
p { color: rgb(0,2,184); }
H1.HeaderClassName
{
color: #0002B8;
}
.AnyTagClassName
{
color: #0002B8;
}
</style>
background-color css
<style>
a { background-color: #0002B8; }
a { background-color: rgb(0,2,184); }
div.DivClassName
{
background-color: #0002B8;
}
.BgClassName
{
background-color: #0002B8;
}
</style>
border-color css
<style>
span { border-color: #0002B8; }
span { border-color: rgb(0,2,184); }
td.TdClassName
{
border-color: #0002B8;
}
.TagClassName
{
border-color: #0002B8;
}
</style>