Shades of Navy Blue #1B7DDC
Tints of Navy Blue #1B7DDC
RGB
CMYK
RGB Variations
Color information
#1B7DDC (or 0x1B7DDC) is known color: Navy Blue. HEX triplet: 1B, 7D and DC. RGB value is (27,125,220). Sum of RGB (Red+Green+Blue) = 27+125+220=372 (49% of max value = 765). Red value is 27 (10.94% from 255 or 7.26% from 372); Green value is 125 (49.22% from 255 or 33.60% from 372); Blue value is 220 (86.33% from 255 or 59.14% from 372); Max value from RGB is 220 - color contains mainly: blue. Hex color #1B7DDC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1B7DDC is #E48223. Grayscale: #6A6A6A. Windows color (decimal): -14975524 or 14449947. OLE color: 14449947.
HSL color Cylindrical-coordinate representation of color #1B7DDC: hue angle of 209.53º 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 #1B7DDC is Cyan = 0.88, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 27 | 125 | 220 | - |
| CMYK | 0.88 | 0.43 | 0 | 0.14 |
| HSL | 209.53º | 0.78% | 0.48% | - |
| HSV(B) | 209.53º | 0.88% | 0.86% | - |
| XYZ | 20.7 | 20.07 | 70.49 | - |
| YUV | 106.53 | 192.03 | 71.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 125 | 220 | 0.88 | 0.43 | 0 | 0.14 | 209.53 | 0.78 | 0.48 |
| Hex | 1B | 7D | DC | 58 | 2B | 0 | E | D2 | 4E | 30 |
| Octal | 33 | 175 | 334 | 130 | 53 | 0 | 16 | 322 | 116 | 60 |
| Binary | 11011 | 1111101 | 11011100 | 1011000 | 101011 | 0 | 1110 | 11010010 | 1001110 | 110000 |
Color Harmonies of #1B7DDC
Complementary color
Monochromatic Colors of #1B7DDC
Black with #1B7DDC
Text Example
Text Example
White with #1B7DDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B7DDC; }
p { color: rgb(27,125,220); }
H1.HeaderClassName
{
color: #1B7DDC;
}
.AnyTagClassName
{
color: #1B7DDC;
}
</style>
background-color css
<style>
a { background-color: #1B7DDC; }
a { background-color: rgb(27,125,220); }
div.DivClassName
{
background-color: #1B7DDC;
}
.BgClassName
{
background-color: #1B7DDC;
}
</style>
border-color css
<style>
span { border-color: #1B7DDC; }
span { border-color: rgb(27,125,220); }
td.TdClassName
{
border-color: #1B7DDC;
}
.TagClassName
{
border-color: #1B7DDC;
}
</style>