Shades of Navy Blue #1B66DF
Tints of Navy Blue #1B66DF
RGB
CMYK
RGB Variations
Color information
#1B66DF (or 0x1B66DF) is known color: Navy Blue. HEX triplet: 1B, 66 and DF. RGB value is (27,102,223). Sum of RGB (Red+Green+Blue) = 27+102+223=352 (46% of max value = 765). Red value is 27 (10.94% from 255 or 7.67% from 352); Green value is 102 (40.23% from 255 or 28.98% from 352); Blue value is 223 (87.5% from 255 or 63.35% from 352); Max value from RGB is 223 - color contains mainly: blue. Hex color #1B66DF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1B66DF is #E49920. Grayscale: #5C5C5C. Windows color (decimal): -14981409 or 14640667. OLE color: 14640667.
HSL color Cylindrical-coordinate representation of color #1B66DF: hue angle of 217.04º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1B66DF is Cyan = 0.88, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 27 | 102 | 223 | - |
| CMYK | 0.88 | 0.54 | 0 | 0.13 |
| HSL | 217.04º | 0.78% | 0.49% | - |
| HSV(B) | 217.04º | 0.88% | 0.87% | - |
| XYZ | 18.52 | 15.06 | 71.74 | - |
| YUV | 93.37 | 201.15 | 80.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 102 | 223 | 0.88 | 0.54 | 0 | 0.13 | 217.04 | 0.78 | 0.49 |
| Hex | 1B | 66 | DF | 58 | 36 | 0 | D | D9 | 4E | 31 |
| Octal | 33 | 146 | 337 | 130 | 66 | 0 | 15 | 331 | 116 | 61 |
| Binary | 11011 | 1100110 | 11011111 | 1011000 | 110110 | 0 | 1101 | 11011001 | 1001110 | 110001 |
Color Harmonies of #1B66DF
Complementary color
Monochromatic Colors of #1B66DF
Black with #1B66DF
Text Example
Text Example
White with #1B66DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B66DF; }
p { color: rgb(27,102,223); }
H1.HeaderClassName
{
color: #1B66DF;
}
.AnyTagClassName
{
color: #1B66DF;
}
</style>
background-color css
<style>
a { background-color: #1B66DF; }
a { background-color: rgb(27,102,223); }
div.DivClassName
{
background-color: #1B66DF;
}
.BgClassName
{
background-color: #1B66DF;
}
</style>
border-color css
<style>
span { border-color: #1B66DF; }
span { border-color: rgb(27,102,223); }
td.TdClassName
{
border-color: #1B66DF;
}
.TagClassName
{
border-color: #1B66DF;
}
</style>