Shades of Navy Blue #1B7ADC
Tints of Navy Blue #1B7ADC
RGB
CMYK
RGB Variations
Color information
#1B7ADC (or 0x1B7ADC) is known color: Navy Blue. HEX triplet: 1B, 7A and DC. RGB value is (27,122,220). Sum of RGB (Red+Green+Blue) = 27+122+220=369 (48% of max value = 765). Red value is 27 (10.94% from 255 or 7.32% from 369); Green value is 122 (48.05% from 255 or 33.06% from 369); Blue value is 220 (86.33% from 255 or 59.62% from 369); Max value from RGB is 220 - color contains mainly: blue. Hex color #1B7ADC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1B7ADC is #E48523. Grayscale: #686868. Windows color (decimal): -14976292 or 14449179. OLE color: 14449179.
HSL color Cylindrical-coordinate representation of color #1B7ADC: hue angle of 210.47º degrees, saturation: 0.78, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1B7ADC is Cyan = 0.88, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 27 | 122 | 220 | - |
| CMYK | 0.88 | 0.45 | 0 | 0.14 |
| HSL | 210.47º | 0.78% | 0.48% | - |
| HSV(B) | 210.47º | 0.88% | 0.86% | - |
| XYZ | 20.33 | 19.32 | 70.37 | - |
| YUV | 104.77 | 193.03 | 72.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 122 | 220 | 0.88 | 0.45 | 0 | 0.14 | 210.47 | 0.78 | 0.48 |
| Hex | 1B | 7A | DC | 58 | 2D | 0 | E | D2 | 4E | 30 |
| Octal | 33 | 172 | 334 | 130 | 55 | 0 | 16 | 322 | 116 | 60 |
| Binary | 11011 | 1111010 | 11011100 | 1011000 | 101101 | 0 | 1110 | 11010010 | 1001110 | 110000 |
Color Harmonies of #1B7ADC
Complementary color
Monochromatic Colors of #1B7ADC
Black with #1B7ADC
Text Example
Text Example
White with #1B7ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B7ADC; }
p { color: rgb(27,122,220); }
H1.HeaderClassName
{
color: #1B7ADC;
}
.AnyTagClassName
{
color: #1B7ADC;
}
</style>
background-color css
<style>
a { background-color: #1B7ADC; }
a { background-color: rgb(27,122,220); }
div.DivClassName
{
background-color: #1B7ADC;
}
.BgClassName
{
background-color: #1B7ADC;
}
</style>
border-color css
<style>
span { border-color: #1B7ADC; }
span { border-color: rgb(27,122,220); }
td.TdClassName
{
border-color: #1B7ADC;
}
.TagClassName
{
border-color: #1B7ADC;
}
</style>