Shades of Navy Blue #1277DB
Tints of Navy Blue #1277DB
RGB
CMYK
RGB Variations
Color information
#1277DB (or 0x1277DB) is known color: Navy Blue. HEX triplet: 12, 77 and DB. RGB value is (18,119,219). Sum of RGB (Red+Green+Blue) = 18+119+219=356 (47% of max value = 765). Red value is 18 (7.42% from 255 or 5.06% from 356); Green value is 119 (46.88% from 255 or 33.43% from 356); Blue value is 219 (85.94% from 255 or 61.52% from 356); Max value from RGB is 219 - color contains mainly: blue. Hex color #1277DB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1277DB is #ED8824. Grayscale: #636363. Windows color (decimal): -15566885 or 14382866. OLE color: 14382866.
HSL color Cylindrical-coordinate representation of color #1277DB: hue angle of 209.85º degrees, saturation: 0.85, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1277DB is Cyan = 0.92, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 18 | 119 | 219 | - |
| CMYK | 0.92 | 0.46 | 0 | 0.14 |
| HSL | 209.85º | 0.85% | 0.46% | - |
| HSV(B) | 209.85º | 0.92% | 0.86% | - |
| XYZ | 19.63 | 18.44 | 69.54 | - |
| YUV | 100.2 | 195.04 | 69.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 119 | 219 | 0.92 | 0.46 | 0 | 0.14 | 209.85 | 0.85 | 0.46 |
| Hex | 12 | 77 | DB | 5C | 2E | 0 | E | D2 | 55 | 2E |
| Octal | 22 | 167 | 333 | 134 | 56 | 0 | 16 | 322 | 125 | 56 |
| Binary | 10010 | 1110111 | 11011011 | 1011100 | 101110 | 0 | 1110 | 11010010 | 1010101 | 101110 |
Color Harmonies of #1277DB
Complementary color
Monochromatic Colors of #1277DB
Black with #1277DB
Text Example
Text Example
White with #1277DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1277DB; }
p { color: rgb(18,119,219); }
H1.HeaderClassName
{
color: #1277DB;
}
.AnyTagClassName
{
color: #1277DB;
}
</style>
background-color css
<style>
a { background-color: #1277DB; }
a { background-color: rgb(18,119,219); }
div.DivClassName
{
background-color: #1277DB;
}
.BgClassName
{
background-color: #1277DB;
}
</style>
border-color css
<style>
span { border-color: #1277DB; }
span { border-color: rgb(18,119,219); }
td.TdClassName
{
border-color: #1277DB;
}
.TagClassName
{
border-color: #1277DB;
}
</style>