Shades of Navy Blue #1275DA
Tints of Navy Blue #1275DA
RGB
CMYK
RGB Variations
Color information
#1275DA (or 0x1275DA) is known color: Navy Blue. HEX triplet: 12, 75 and DA. RGB value is (18,117,218). Sum of RGB (Red+Green+Blue) = 18+117+218=353 (46% of max value = 765). Red value is 18 (7.42% from 255 or 5.10% from 353); Green value is 117 (46.09% from 255 or 33.14% from 353); Blue value is 218 (85.55% from 255 or 61.76% from 353); Max value from RGB is 218 - color contains mainly: blue. Hex color #1275DA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1275DA is #ED8A25. Grayscale: #626262. Windows color (decimal): -15567398 or 14316818. OLE color: 14316818.
HSL color Cylindrical-coordinate representation of color #1275DA: hue angle of 210.3º degrees, saturation: 0.85, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1275DA is Cyan = 0.92, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 18 | 117 | 218 | - |
| CMYK | 0.92 | 0.46 | 0 | 0.15 |
| HSL | 210.3º | 0.85% | 0.46% | - |
| HSV(B) | 210.3º | 0.92% | 0.85% | - |
| XYZ | 19.27 | 17.91 | 68.77 | - |
| YUV | 98.91 | 195.2 | 70.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 117 | 218 | 0.92 | 0.46 | 0 | 0.15 | 210.3 | 0.85 | 0.46 |
| Hex | 12 | 75 | DA | 5C | 2E | 0 | F | D2 | 55 | 2E |
| Octal | 22 | 165 | 332 | 134 | 56 | 0 | 17 | 322 | 125 | 56 |
| Binary | 10010 | 1110101 | 11011010 | 1011100 | 101110 | 0 | 1111 | 11010010 | 1010101 | 101110 |
Color Harmonies of #1275DA
Complementary color
Monochromatic Colors of #1275DA
Black with #1275DA
Text Example
Text Example
White with #1275DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1275DA; }
p { color: rgb(18,117,218); }
H1.HeaderClassName
{
color: #1275DA;
}
.AnyTagClassName
{
color: #1275DA;
}
</style>
background-color css
<style>
a { background-color: #1275DA; }
a { background-color: rgb(18,117,218); }
div.DivClassName
{
background-color: #1275DA;
}
.BgClassName
{
background-color: #1275DA;
}
</style>
border-color css
<style>
span { border-color: #1275DA; }
span { border-color: rgb(18,117,218); }
td.TdClassName
{
border-color: #1275DA;
}
.TagClassName
{
border-color: #1275DA;
}
</style>