Shades of Medium Blue #1B14CE
Tints of Medium Blue #1B14CE
RGB
CMYK
RGB Variations
Color information
#1B14CE (or 0x1B14CE) is known color: Medium Blue. HEX triplet: 1B, 14 and CE. RGB value is (27,20,206). Sum of RGB (Red+Green+Blue) = 27+20+206=253 (33% of max value = 765). Red value is 27 (10.94% from 255 or 10.67% from 253); Green value is 20 (8.20% from 255 or 7.91% from 253); Blue value is 206 (80.86% from 255 or 81.42% from 253); Max value from RGB is 206 - color contains mainly: blue. Hex color #1B14CE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #1B14CE is #E4EB31. Grayscale: #2A2A2A. Windows color (decimal): -15002418 or 13505563. OLE color: 13505563.
HSL color Cylindrical-coordinate representation of color #1B14CE: hue angle of 242.26º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1B14CE is Cyan = 0.87, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 27 | 20 | 206 | - |
| CMYK | 0.87 | 0.90 | 0 | 0.19 |
| HSL | 242.26º | 0.82% | 0.44% | - |
| HSV(B) | 242.26º | 0.9% | 0.81% | - |
| XYZ | 11.84 | 5.19 | 58.77 | - |
| YUV | 43.3 | 219.82 | 116.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 20 | 206 | 0.87 | 0.90 | 0 | 0.19 | 242.26 | 0.82 | 0.44 |
| Hex | 1B | 14 | CE | 57 | 5A | 0 | 13 | F2 | 52 | 2C |
| Octal | 33 | 24 | 316 | 127 | 132 | 0 | 23 | 362 | 122 | 54 |
| Binary | 11011 | 10100 | 11001110 | 1010111 | 1011010 | 0 | 10011 | 11110010 | 1010010 | 101100 |
Color Harmonies of #1B14CE
Complementary color
Monochromatic Colors of #1B14CE
Black with #1B14CE
Text Example
Text Example
White with #1B14CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B14CE; }
p { color: rgb(27,20,206); }
H1.HeaderClassName
{
color: #1B14CE;
}
.AnyTagClassName
{
color: #1B14CE;
}
</style>
background-color css
<style>
a { background-color: #1B14CE; }
a { background-color: rgb(27,20,206); }
div.DivClassName
{
background-color: #1B14CE;
}
.BgClassName
{
background-color: #1B14CE;
}
</style>
border-color css
<style>
span { border-color: #1B14CE; }
span { border-color: rgb(27,20,206); }
td.TdClassName
{
border-color: #1B14CE;
}
.TagClassName
{
border-color: #1B14CE;
}
</style>