Shades of Medium Blue #1B03CF
Tints of Medium Blue #1B03CF
RGB
CMYK
RGB Variations
Color information
#1B03CF (or 0x1B03CF) is known color: Medium Blue. HEX triplet: 1B, 03 and CF. RGB value is (27,3,207). Sum of RGB (Red+Green+Blue) = 27+3+207=237 (31% of max value = 765). Red value is 27 (10.94% from 255 or 11.39% from 237); Green value is 3 (1.56% from 255 or 1.27% from 237); Blue value is 207 (81.25% from 255 or 87.34% from 237); Max value from RGB is 207 - color contains mainly: blue. Hex color #1B03CF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #1B03CF is #E4FC30. Grayscale: #202020. Windows color (decimal): -15006769 or 13566747. OLE color: 13566747.
HSL color Cylindrical-coordinate representation of color #1B03CF: hue angle of 247.06º degrees, saturation: 0.97, 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 #1B03CF is Cyan = 0.87, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 27 | 3 | 207 | - |
| CMYK | 0.87 | 0.99 | 0 | 0.19 |
| HSL | 247.06º | 0.97% | 0.41% | - |
| HSV(B) | 247.06º | 0.99% | 0.81% | - |
| XYZ | 11.75 | 4.8 | 59.34 | - |
| YUV | 33.43 | 225.95 | 123.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 3 | 207 | 0.87 | 0.99 | 0 | 0.19 | 247.06 | 0.97 | 0.41 |
| Hex | 1B | 3 | CF | 57 | 63 | 0 | 13 | F7 | 61 | 29 |
| Octal | 33 | 3 | 317 | 127 | 143 | 0 | 23 | 367 | 141 | 51 |
| Binary | 11011 | 11 | 11001111 | 1010111 | 1100011 | 0 | 10011 | 11110111 | 1100001 | 101001 |
Color Harmonies of #1B03CF
Complementary color
Monochromatic Colors of #1B03CF
Black with #1B03CF
Text Example
Text Example
White with #1B03CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B03CF; }
p { color: rgb(27,3,207); }
H1.HeaderClassName
{
color: #1B03CF;
}
.AnyTagClassName
{
color: #1B03CF;
}
</style>
background-color css
<style>
a { background-color: #1B03CF; }
a { background-color: rgb(27,3,207); }
div.DivClassName
{
background-color: #1B03CF;
}
.BgClassName
{
background-color: #1B03CF;
}
</style>
border-color css
<style>
span { border-color: #1B03CF; }
span { border-color: rgb(27,3,207); }
td.TdClassName
{
border-color: #1B03CF;
}
.TagClassName
{
border-color: #1B03CF;
}
</style>