Shades of Medium Blue #0102BD
Tints of Medium Blue #0102BD
RGB
CMYK
RGB Variations
Color information
#0102BD (or 0x0102BD) is known color: Medium Blue. HEX triplet: 01, 02 and BD. RGB value is (1,2,189). Sum of RGB (Red+Green+Blue) = 1+2+189=192 (25% of max value = 765). Red value is 1 (0.78% from 255 or 0.52% from 192); Green value is 2 (1.17% from 255 or 1.04% from 192); Blue value is 189 (74.22% from 255 or 98.44% from 192); Max value from RGB is 189 - color contains mainly: blue. Hex color #0102BD is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0102BD is #FEFD42. Grayscale: #161616. Windows color (decimal): -16710979 or 12386817. OLE color: 12386817.
HSL color Cylindrical-coordinate representation of color #0102BD: hue angle of 239.68º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0102BD is Cyan = 0.99, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 1 | 2 | 189 | - |
| CMYK | 0.99 | 0.99 | 0 | 0.26 |
| HSL | 239.68º | 0.99% | 0.37% | - |
| HSV(B) | 239.68º | 0.99% | 0.74% | - |
| XYZ | 9.22 | 3.72 | 48.38 | - |
| YUV | 23.02 | 221.67 | 112.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 2 | 189 | 0.99 | 0.99 | 0 | 0.26 | 239.68 | 0.99 | 0.37 |
| Hex | 1 | 2 | BD | 63 | 63 | 0 | 1A | F0 | 63 | 25 |
| Octal | 1 | 2 | 275 | 143 | 143 | 0 | 32 | 360 | 143 | 45 |
| Binary | 1 | 10 | 10111101 | 1100011 | 1100011 | 0 | 11010 | 11110000 | 1100011 | 100101 |
Color Harmonies of #0102BD
Complementary color
Monochromatic Colors of #0102BD
Black with #0102BD
Text Example
Text Example
White with #0102BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0102BD; }
p { color: rgb(1,2,189); }
H1.HeaderClassName
{
color: #0102BD;
}
.AnyTagClassName
{
color: #0102BD;
}
</style>
background-color css
<style>
a { background-color: #0102BD; }
a { background-color: rgb(1,2,189); }
div.DivClassName
{
background-color: #0102BD;
}
.BgClassName
{
background-color: #0102BD;
}
</style>
border-color css
<style>
span { border-color: #0102BD; }
span { border-color: rgb(1,2,189); }
td.TdClassName
{
border-color: #0102BD;
}
.TagClassName
{
border-color: #0102BD;
}
</style>