Shades of Navy Blue #1270CA
Tints of Navy Blue #1270CA
RGB
CMYK
RGB Variations
Color information
#1270CA (or 0x1270CA) is known color: Navy Blue. HEX triplet: 12, 70 and CA. RGB value is (18,112,202). Sum of RGB (Red+Green+Blue) = 18+112+202=332 (43% of max value = 765). Red value is 18 (7.42% from 255 or 5.42% from 332); Green value is 112 (44.14% from 255 or 33.73% from 332); Blue value is 202 (79.30% from 255 or 60.84% from 332); Max value from RGB is 202 - color contains mainly: blue. Hex color #1270CA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1270CA is #ED8F35. Grayscale: #5D5D5D. Windows color (decimal): -15568694 or 13266962. OLE color: 13266962.
HSL color Cylindrical-coordinate representation of color #1270CA: hue angle of 209.35º degrees, saturation: 0.84, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1270CA is Cyan = 0.91, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 18 | 112 | 202 | - |
| CMYK | 0.91 | 0.45 | 0 | 0.21 |
| HSL | 209.35º | 0.84% | 0.43% | - |
| HSV(B) | 209.35º | 0.91% | 0.79% | - |
| XYZ | 16.7 | 15.98 | 58.08 | - |
| YUV | 94.15 | 188.86 | 73.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 112 | 202 | 0.91 | 0.45 | 0 | 0.21 | 209.35 | 0.84 | 0.43 |
| Hex | 12 | 70 | CA | 5B | 2D | 0 | 15 | D1 | 54 | 2B |
| Octal | 22 | 160 | 312 | 133 | 55 | 0 | 25 | 321 | 124 | 53 |
| Binary | 10010 | 1110000 | 11001010 | 1011011 | 101101 | 0 | 10101 | 11010001 | 1010100 | 101011 |
Color Harmonies of #1270CA
Complementary color
Monochromatic Colors of #1270CA
Black with #1270CA
Text Example
Text Example
White with #1270CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1270CA; }
p { color: rgb(18,112,202); }
H1.HeaderClassName
{
color: #1270CA;
}
.AnyTagClassName
{
color: #1270CA;
}
</style>
background-color css
<style>
a { background-color: #1270CA; }
a { background-color: rgb(18,112,202); }
div.DivClassName
{
background-color: #1270CA;
}
.BgClassName
{
background-color: #1270CA;
}
</style>
border-color css
<style>
span { border-color: #1270CA; }
span { border-color: rgb(18,112,202); }
td.TdClassName
{
border-color: #1270CA;
}
.TagClassName
{
border-color: #1270CA;
}
</style>