Shades of Navy Blue #1B67DF
Tints of Navy Blue #1B67DF
RGB
CMYK
RGB Variations
Color information
#1B67DF (or 0x1B67DF) is known color: Navy Blue. HEX triplet: 1B, 67 and DF. RGB value is (27,103,223). Sum of RGB (Red+Green+Blue) = 27+103+223=353 (46% of max value = 765). Red value is 27 (10.94% from 255 or 7.65% from 353); Green value is 103 (40.62% from 255 or 29.18% from 353); Blue value is 223 (87.5% from 255 or 63.17% from 353); Max value from RGB is 223 - color contains mainly: blue. Hex color #1B67DF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1B67DF is #E49820. Grayscale: #5D5D5D. Windows color (decimal): -14981153 or 14640923. OLE color: 14640923.
HSL color Cylindrical-coordinate representation of color #1B67DF: hue angle of 216.73º 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 #1B67DF is Cyan = 0.88, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 27 | 103 | 223 | - |
| CMYK | 0.88 | 0.54 | 0 | 0.13 |
| HSL | 216.73º | 0.78% | 0.49% | - |
| HSV(B) | 216.73º | 0.88% | 0.87% | - |
| XYZ | 18.62 | 15.26 | 71.78 | - |
| YUV | 93.96 | 200.82 | 80.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 103 | 223 | 0.88 | 0.54 | 0 | 0.13 | 216.73 | 0.78 | 0.49 |
| Hex | 1B | 67 | DF | 58 | 36 | 0 | D | D9 | 4E | 31 |
| Octal | 33 | 147 | 337 | 130 | 66 | 0 | 15 | 331 | 116 | 61 |
| Binary | 11011 | 1100111 | 11011111 | 1011000 | 110110 | 0 | 1101 | 11011001 | 1001110 | 110001 |
Color Harmonies of #1B67DF
Complementary color
Monochromatic Colors of #1B67DF
Black with #1B67DF
Text Example
Text Example
White with #1B67DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B67DF; }
p { color: rgb(27,103,223); }
H1.HeaderClassName
{
color: #1B67DF;
}
.AnyTagClassName
{
color: #1B67DF;
}
</style>
background-color css
<style>
a { background-color: #1B67DF; }
a { background-color: rgb(27,103,223); }
div.DivClassName
{
background-color: #1B67DF;
}
.BgClassName
{
background-color: #1B67DF;
}
</style>
border-color css
<style>
span { border-color: #1B67DF; }
span { border-color: rgb(27,103,223); }
td.TdClassName
{
border-color: #1B67DF;
}
.TagClassName
{
border-color: #1B67DF;
}
</style>