Shades of Medium Blue #1B02CE
Tints of Medium Blue #1B02CE
RGB
CMYK
RGB Variations
Color information
#1B02CE (or 0x1B02CE) is known color: Medium Blue. HEX triplet: 1B, 02 and CE. RGB value is (27,2,206). Sum of RGB (Red+Green+Blue) = 27+2+206=235 (31% of max value = 765). Red value is 27 (10.94% from 255 or 11.49% from 235); Green value is 2 (1.17% from 255 or 0.85% from 235); Blue value is 206 (80.86% from 255 or 87.66% from 235); Max value from RGB is 206 - color contains mainly: blue. Hex color #1B02CE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #1B02CE is #E4FD31. Grayscale: #1F1F1F. Windows color (decimal): -15007026 or 13500955. OLE color: 13500955.
HSL color Cylindrical-coordinate representation of color #1B02CE: hue angle of 247.35º degrees, saturation: 0.98, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #1B02CE is Cyan = 0.87, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 27 | 2 | 206 | - |
| CMYK | 0.87 | 0.99 | 0 | 0.19 |
| HSL | 247.35º | 0.98% | 0.41% | - |
| HSV(B) | 247.35º | 0.99% | 0.81% | - |
| XYZ | 11.61 | 4.73 | 58.69 | - |
| YUV | 32.73 | 225.78 | 123.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 2 | 206 | 0.87 | 0.99 | 0 | 0.19 | 247.35 | 0.98 | 0.41 |
| Hex | 1B | 2 | CE | 57 | 63 | 0 | 13 | F7 | 62 | 29 |
| Octal | 33 | 2 | 316 | 127 | 143 | 0 | 23 | 367 | 142 | 51 |
| Binary | 11011 | 10 | 11001110 | 1010111 | 1100011 | 0 | 10011 | 11110111 | 1100010 | 101001 |
Color Harmonies of #1B02CE
Complementary color
Monochromatic Colors of #1B02CE
Black with #1B02CE
Text Example
Text Example
White with #1B02CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B02CE; }
p { color: rgb(27,2,206); }
H1.HeaderClassName
{
color: #1B02CE;
}
.AnyTagClassName
{
color: #1B02CE;
}
</style>
background-color css
<style>
a { background-color: #1B02CE; }
a { background-color: rgb(27,2,206); }
div.DivClassName
{
background-color: #1B02CE;
}
.BgClassName
{
background-color: #1B02CE;
}
</style>
border-color css
<style>
span { border-color: #1B02CE; }
span { border-color: rgb(27,2,206); }
td.TdClassName
{
border-color: #1B02CE;
}
.TagClassName
{
border-color: #1B02CE;
}
</style>