Shades of Navy Blue #1270CB
Tints of Navy Blue #1270CB
RGB
CMYK
RGB Variations
Color information
#1270CB (or 0x1270CB) is known color: Navy Blue. HEX triplet: 12, 70 and CB. RGB value is (18,112,203). Sum of RGB (Red+Green+Blue) = 18+112+203=333 (44% of max value = 765). Red value is 18 (7.42% from 255 or 5.41% from 333); Green value is 112 (44.14% from 255 or 33.63% from 333); Blue value is 203 (79.69% from 255 or 60.96% from 333); Max value from RGB is 203 - color contains mainly: blue. Hex color #1270CB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1270CB is #ED8F34. Grayscale: #5D5D5D. Windows color (decimal): -15568693 or 13332498. OLE color: 13332498.
HSL color Cylindrical-coordinate representation of color #1270CB: hue angle of 209.51º degrees, saturation: 0.84, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1270CB is Cyan = 0.91, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 18 | 112 | 203 | - |
| CMYK | 0.91 | 0.45 | 0 | 0.20 |
| HSL | 209.51º | 0.84% | 0.43% | - |
| HSV(B) | 209.51º | 0.91% | 0.8% | - |
| XYZ | 16.82 | 16.03 | 58.71 | - |
| YUV | 94.27 | 189.36 | 73.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 112 | 203 | 0.91 | 0.45 | 0 | 0.20 | 209.51 | 0.84 | 0.43 |
| Hex | 12 | 70 | CB | 5B | 2D | 0 | 14 | D2 | 54 | 2B |
| Octal | 22 | 160 | 313 | 133 | 55 | 0 | 24 | 322 | 124 | 53 |
| Binary | 10010 | 1110000 | 11001011 | 1011011 | 101101 | 0 | 10100 | 11010010 | 1010100 | 101011 |
Color Harmonies of #1270CB
Complementary color
Monochromatic Colors of #1270CB
Black with #1270CB
Text Example
Text Example
White with #1270CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1270CB; }
p { color: rgb(18,112,203); }
H1.HeaderClassName
{
color: #1270CB;
}
.AnyTagClassName
{
color: #1270CB;
}
</style>
background-color css
<style>
a { background-color: #1270CB; }
a { background-color: rgb(18,112,203); }
div.DivClassName
{
background-color: #1270CB;
}
.BgClassName
{
background-color: #1270CB;
}
</style>
border-color css
<style>
span { border-color: #1270CB; }
span { border-color: rgb(18,112,203); }
td.TdClassName
{
border-color: #1270CB;
}
.TagClassName
{
border-color: #1270CB;
}
</style>