Shades of Navy Blue #1B7ADF
Tints of Navy Blue #1B7ADF
RGB
CMYK
RGB Variations
Color information
#1B7ADF (or 0x1B7ADF) is known color: Navy Blue. HEX triplet: 1B, 7A and DF. RGB value is (27,122,223). Sum of RGB (Red+Green+Blue) = 27+122+223=372 (49% of max value = 765). Red value is 27 (10.94% from 255 or 7.26% from 372); Green value is 122 (48.05% from 255 or 32.80% from 372); Blue value is 223 (87.5% from 255 or 59.95% from 372); Max value from RGB is 223 - color contains mainly: blue. Hex color #1B7ADF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1B7ADF is #E48520. Grayscale: #686868. Windows color (decimal): -14976289 or 14645787. OLE color: 14645787.
HSL color Cylindrical-coordinate representation of color #1B7ADF: hue angle of 210.92º 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 #1B7ADF is Cyan = 0.88, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 27 | 122 | 223 | - |
| CMYK | 0.88 | 0.45 | 0 | 0.13 |
| HSL | 210.92º | 0.78% | 0.49% | - |
| HSV(B) | 210.92º | 0.88% | 0.87% | - |
| XYZ | 20.73 | 19.48 | 72.48 | - |
| YUV | 105.11 | 194.53 | 72.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 122 | 223 | 0.88 | 0.45 | 0 | 0.13 | 210.92 | 0.78 | 0.49 |
| Hex | 1B | 7A | DF | 58 | 2D | 0 | D | D3 | 4E | 31 |
| Octal | 33 | 172 | 337 | 130 | 55 | 0 | 15 | 323 | 116 | 61 |
| Binary | 11011 | 1111010 | 11011111 | 1011000 | 101101 | 0 | 1101 | 11010011 | 1001110 | 110001 |
Color Harmonies of #1B7ADF
Complementary color
Monochromatic Colors of #1B7ADF
Black with #1B7ADF
Text Example
Text Example
White with #1B7ADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B7ADF; }
p { color: rgb(27,122,223); }
H1.HeaderClassName
{
color: #1B7ADF;
}
.AnyTagClassName
{
color: #1B7ADF;
}
</style>
background-color css
<style>
a { background-color: #1B7ADF; }
a { background-color: rgb(27,122,223); }
div.DivClassName
{
background-color: #1B7ADF;
}
.BgClassName
{
background-color: #1B7ADF;
}
</style>
border-color css
<style>
span { border-color: #1B7ADF; }
span { border-color: rgb(27,122,223); }
td.TdClassName
{
border-color: #1B7ADF;
}
.TagClassName
{
border-color: #1B7ADF;
}
</style>