Shades of Navy Blue #1B7CDA
Tints of Navy Blue #1B7CDA
RGB
CMYK
RGB Variations
Color information
#1B7CDA (or 0x1B7CDA) is known color: Navy Blue. HEX triplet: 1B, 7C and DA. RGB value is (27,124,218). Sum of RGB (Red+Green+Blue) = 27+124+218=369 (48% of max value = 765). Red value is 27 (10.94% from 255 or 7.32% from 369); Green value is 124 (48.83% from 255 or 33.60% from 369); Blue value is 218 (85.55% from 255 or 59.08% from 369); Max value from RGB is 218 - color contains mainly: blue. Hex color #1B7CDA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1B7CDA is #E48325. Grayscale: #696969. Windows color (decimal): -14975782 or 14318619. OLE color: 14318619.
HSL color Cylindrical-coordinate representation of color #1B7CDA: hue angle of 209.53º degrees, saturation: 0.78, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1B7CDA is Cyan = 0.88, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 27 | 124 | 218 | - |
| CMYK | 0.88 | 0.43 | 0 | 0.15 |
| HSL | 209.53º | 0.78% | 0.48% | - |
| HSV(B) | 209.53º | 0.88% | 0.85% | - |
| XYZ | 20.31 | 19.71 | 69.06 | - |
| YUV | 105.71 | 191.36 | 71.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 124 | 218 | 0.88 | 0.43 | 0 | 0.15 | 209.53 | 0.78 | 0.48 |
| Hex | 1B | 7C | DA | 58 | 2B | 0 | F | D2 | 4E | 30 |
| Octal | 33 | 174 | 332 | 130 | 53 | 0 | 17 | 322 | 116 | 60 |
| Binary | 11011 | 1111100 | 11011010 | 1011000 | 101011 | 0 | 1111 | 11010010 | 1001110 | 110000 |
Color Harmonies of #1B7CDA
Complementary color
Monochromatic Colors of #1B7CDA
Black with #1B7CDA
Text Example
Text Example
White with #1B7CDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B7CDA; }
p { color: rgb(27,124,218); }
H1.HeaderClassName
{
color: #1B7CDA;
}
.AnyTagClassName
{
color: #1B7CDA;
}
</style>
background-color css
<style>
a { background-color: #1B7CDA; }
a { background-color: rgb(27,124,218); }
div.DivClassName
{
background-color: #1B7CDA;
}
.BgClassName
{
background-color: #1B7CDA;
}
</style>
border-color css
<style>
span { border-color: #1B7CDA; }
span { border-color: rgb(27,124,218); }
td.TdClassName
{
border-color: #1B7CDA;
}
.TagClassName
{
border-color: #1B7CDA;
}
</style>