Shades of Medium Blue #1B02CF
Tints of Medium Blue #1B02CF
RGB
CMYK
RGB Variations
Color information
#1B02CF (or 0x1B02CF) is known color: Medium Blue. HEX triplet: 1B, 02 and CF. RGB value is (27,2,207). Sum of RGB (Red+Green+Blue) = 27+2+207=236 (31% of max value = 765). Red value is 27 (10.94% from 255 or 11.44% from 236); Green value is 2 (1.17% from 255 or 0.85% from 236); Blue value is 207 (81.25% from 255 or 87.71% from 236); Max value from RGB is 207 - color contains mainly: blue. Hex color #1B02CF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #1B02CF is #E4FD30. Grayscale: #202020. Windows color (decimal): -15007025 or 13566491. OLE color: 13566491.
HSL color Cylindrical-coordinate representation of color #1B02CF: hue angle of 247.32º 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 #1B02CF is Cyan = 0.87, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 27 | 2 | 207 | - |
| CMYK | 0.87 | 0.99 | 0 | 0.19 |
| HSL | 247.32º | 0.98% | 0.41% | - |
| HSV(B) | 247.32º | 0.99% | 0.81% | - |
| XYZ | 11.74 | 4.78 | 59.34 | - |
| YUV | 32.85 | 226.28 | 123.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 2 | 207 | 0.87 | 0.99 | 0 | 0.19 | 247.32 | 0.98 | 0.41 |
| Hex | 1B | 2 | CF | 57 | 63 | 0 | 13 | F7 | 62 | 29 |
| Octal | 33 | 2 | 317 | 127 | 143 | 0 | 23 | 367 | 142 | 51 |
| Binary | 11011 | 10 | 11001111 | 1010111 | 1100011 | 0 | 10011 | 11110111 | 1100010 | 101001 |
Color Harmonies of #1B02CF
Complementary color
Monochromatic Colors of #1B02CF
Black with #1B02CF
Text Example
Text Example
White with #1B02CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B02CF; }
p { color: rgb(27,2,207); }
H1.HeaderClassName
{
color: #1B02CF;
}
.AnyTagClassName
{
color: #1B02CF;
}
</style>
background-color css
<style>
a { background-color: #1B02CF; }
a { background-color: rgb(27,2,207); }
div.DivClassName
{
background-color: #1B02CF;
}
.BgClassName
{
background-color: #1B02CF;
}
</style>
border-color css
<style>
span { border-color: #1B02CF; }
span { border-color: rgb(27,2,207); }
td.TdClassName
{
border-color: #1B02CF;
}
.TagClassName
{
border-color: #1B02CF;
}
</style>