Shades of Navy Blue #1B7ADE
Tints of Navy Blue #1B7ADE
RGB
CMYK
RGB Variations
Color information
#1B7ADE (or 0x1B7ADE) is known color: Navy Blue. HEX triplet: 1B, 7A and DE. RGB value is (27,122,222). Sum of RGB (Red+Green+Blue) = 27+122+222=371 (49% of max value = 765). Red value is 27 (10.94% from 255 or 7.28% from 371); Green value is 122 (48.05% from 255 or 32.88% from 371); Blue value is 222 (87.11% from 255 or 59.84% from 371); Max value from RGB is 222 - color contains mainly: blue. Hex color #1B7ADE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1B7ADE is #E48521. Grayscale: #686868. Windows color (decimal): -14976290 or 14580251. OLE color: 14580251.
HSL color Cylindrical-coordinate representation of color #1B7ADE: hue angle of 210.77º 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 #1B7ADE is Cyan = 0.88, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 27 | 122 | 222 | - |
| CMYK | 0.88 | 0.45 | 0 | 0.13 |
| HSL | 210.77º | 0.78% | 0.49% | - |
| HSV(B) | 210.77º | 0.88% | 0.87% | - |
| XYZ | 20.6 | 19.43 | 71.77 | - |
| YUV | 105 | 194.03 | 72.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 122 | 222 | 0.88 | 0.45 | 0 | 0.13 | 210.77 | 0.78 | 0.49 |
| Hex | 1B | 7A | DE | 58 | 2D | 0 | D | D3 | 4E | 31 |
| Octal | 33 | 172 | 336 | 130 | 55 | 0 | 15 | 323 | 116 | 61 |
| Binary | 11011 | 1111010 | 11011110 | 1011000 | 101101 | 0 | 1101 | 11010011 | 1001110 | 110001 |
Color Harmonies of #1B7ADE
Complementary color
Monochromatic Colors of #1B7ADE
Black with #1B7ADE
Text Example
Text Example
White with #1B7ADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B7ADE; }
p { color: rgb(27,122,222); }
H1.HeaderClassName
{
color: #1B7ADE;
}
.AnyTagClassName
{
color: #1B7ADE;
}
</style>
background-color css
<style>
a { background-color: #1B7ADE; }
a { background-color: rgb(27,122,222); }
div.DivClassName
{
background-color: #1B7ADE;
}
.BgClassName
{
background-color: #1B7ADE;
}
</style>
border-color css
<style>
span { border-color: #1B7ADE; }
span { border-color: rgb(27,122,222); }
td.TdClassName
{
border-color: #1B7ADE;
}
.TagClassName
{
border-color: #1B7ADE;
}
</style>