Shades of Navy Blue #1275DB
Tints of Navy Blue #1275DB
RGB
CMYK
RGB Variations
Color information
#1275DB (or 0x1275DB) is known color: Navy Blue. HEX triplet: 12, 75 and DB. RGB value is (18,117,219). Sum of RGB (Red+Green+Blue) = 18+117+219=354 (46% of max value = 765). Red value is 18 (7.42% from 255 or 5.08% from 354); Green value is 117 (46.09% from 255 or 33.05% from 354); Blue value is 219 (85.94% from 255 or 61.86% from 354); Max value from RGB is 219 - color contains mainly: blue. Hex color #1275DB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1275DB is #ED8A24. Grayscale: #626262. Windows color (decimal): -15567397 or 14382354. OLE color: 14382354.
HSL color Cylindrical-coordinate representation of color #1275DB: hue angle of 210.45º 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 #1275DB is Cyan = 0.92, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 18 | 117 | 219 | - |
| CMYK | 0.92 | 0.47 | 0 | 0.14 |
| HSL | 210.45º | 0.85% | 0.46% | - |
| HSV(B) | 210.45º | 0.92% | 0.86% | - |
| XYZ | 19.4 | 17.97 | 69.46 | - |
| YUV | 99.03 | 195.7 | 70.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 117 | 219 | 0.92 | 0.47 | 0 | 0.14 | 210.45 | 0.85 | 0.46 |
| Hex | 12 | 75 | DB | 5C | 2F | 0 | E | D2 | 55 | 2E |
| Octal | 22 | 165 | 333 | 134 | 57 | 0 | 16 | 322 | 125 | 56 |
| Binary | 10010 | 1110101 | 11011011 | 1011100 | 101111 | 0 | 1110 | 11010010 | 1010101 | 101110 |
Color Harmonies of #1275DB
Complementary color
Monochromatic Colors of #1275DB
Black with #1275DB
Text Example
Text Example
White with #1275DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1275DB; }
p { color: rgb(18,117,219); }
H1.HeaderClassName
{
color: #1275DB;
}
.AnyTagClassName
{
color: #1275DB;
}
</style>
background-color css
<style>
a { background-color: #1275DB; }
a { background-color: rgb(18,117,219); }
div.DivClassName
{
background-color: #1275DB;
}
.BgClassName
{
background-color: #1275DB;
}
</style>
border-color css
<style>
span { border-color: #1275DB; }
span { border-color: rgb(18,117,219); }
td.TdClassName
{
border-color: #1275DB;
}
.TagClassName
{
border-color: #1275DB;
}
</style>