Shades of Navy Blue #1B7BDE
Tints of Navy Blue #1B7BDE
RGB
CMYK
RGB Variations
Color information
#1B7BDE (or 0x1B7BDE) is known color: Navy Blue. HEX triplet: 1B, 7B and DE. RGB value is (27,123,222). Sum of RGB (Red+Green+Blue) = 27+123+222=372 (49% of max value = 765). Red value is 27 (10.94% from 255 or 7.26% from 372); Green value is 123 (48.44% from 255 or 33.06% from 372); Blue value is 222 (87.11% from 255 or 59.68% from 372); Max value from RGB is 222 - color contains mainly: blue. Hex color #1B7BDE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1B7BDE is #E48421. Grayscale: #696969. Windows color (decimal): -14976034 or 14580507. OLE color: 14580507.
HSL color Cylindrical-coordinate representation of color #1B7BDE: hue angle of 210.46º 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 #1B7BDE is Cyan = 0.88, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 27 | 123 | 222 | - |
| CMYK | 0.88 | 0.45 | 0 | 0.13 |
| HSL | 210.46º | 0.78% | 0.49% | - |
| HSV(B) | 210.46º | 0.88% | 0.87% | - |
| XYZ | 20.72 | 19.67 | 71.81 | - |
| YUV | 105.58 | 193.7 | 71.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 123 | 222 | 0.88 | 0.45 | 0 | 0.13 | 210.46 | 0.78 | 0.49 |
| Hex | 1B | 7B | DE | 58 | 2D | 0 | D | D2 | 4E | 31 |
| Octal | 33 | 173 | 336 | 130 | 55 | 0 | 15 | 322 | 116 | 61 |
| Binary | 11011 | 1111011 | 11011110 | 1011000 | 101101 | 0 | 1101 | 11010010 | 1001110 | 110001 |
Color Harmonies of #1B7BDE
Complementary color
Monochromatic Colors of #1B7BDE
Black with #1B7BDE
Text Example
Text Example
White with #1B7BDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B7BDE; }
p { color: rgb(27,123,222); }
H1.HeaderClassName
{
color: #1B7BDE;
}
.AnyTagClassName
{
color: #1B7BDE;
}
</style>
background-color css
<style>
a { background-color: #1B7BDE; }
a { background-color: rgb(27,123,222); }
div.DivClassName
{
background-color: #1B7BDE;
}
.BgClassName
{
background-color: #1B7BDE;
}
</style>
border-color css
<style>
span { border-color: #1B7BDE; }
span { border-color: rgb(27,123,222); }
td.TdClassName
{
border-color: #1B7BDE;
}
.TagClassName
{
border-color: #1B7BDE;
}
</style>