Shades of Navy Blue #1267D1
Tints of Navy Blue #1267D1
RGB
CMYK
RGB Variations
Color information
#1267D1 (or 0x1267D1) is known color: Navy Blue. HEX triplet: 12, 67 and D1. RGB value is (18,103,209). Sum of RGB (Red+Green+Blue) = 18+103+209=330 (43% of max value = 765). Red value is 18 (7.42% from 255 or 5.45% from 330); Green value is 103 (40.62% from 255 or 31.21% from 330); Blue value is 209 (82.03% from 255 or 63.33% from 330); Max value from RGB is 209 - color contains mainly: blue. Hex color #1267D1 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1267D1 is #ED982E. Grayscale: #595959. Windows color (decimal): -15570991 or 13723410. OLE color: 13723410.
HSL color Cylindrical-coordinate representation of color #1267D1: hue angle of 213.3º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1267D1 is Cyan = 0.91, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 18 | 103 | 209 | - |
| CMYK | 0.91 | 0.51 | 0 | 0.18 |
| HSL | 213.3º | 0.84% | 0.45% | - |
| HSV(B) | 213.3º | 0.91% | 0.82% | - |
| XYZ | 16.61 | 14.43 | 62.23 | - |
| YUV | 89.67 | 195.34 | 76.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 103 | 209 | 0.91 | 0.51 | 0 | 0.18 | 213.3 | 0.84 | 0.45 |
| Hex | 12 | 67 | D1 | 5B | 33 | 0 | 12 | D5 | 54 | 2D |
| Octal | 22 | 147 | 321 | 133 | 63 | 0 | 22 | 325 | 124 | 55 |
| Binary | 10010 | 1100111 | 11010001 | 1011011 | 110011 | 0 | 10010 | 11010101 | 1010100 | 101101 |
Color Harmonies of #1267D1
Complementary color
Monochromatic Colors of #1267D1
Black with #1267D1
Text Example
Text Example
White with #1267D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1267D1; }
p { color: rgb(18,103,209); }
H1.HeaderClassName
{
color: #1267D1;
}
.AnyTagClassName
{
color: #1267D1;
}
</style>
background-color css
<style>
a { background-color: #1267D1; }
a { background-color: rgb(18,103,209); }
div.DivClassName
{
background-color: #1267D1;
}
.BgClassName
{
background-color: #1267D1;
}
</style>
border-color css
<style>
span { border-color: #1267D1; }
span { border-color: rgb(18,103,209); }
td.TdClassName
{
border-color: #1267D1;
}
.TagClassName
{
border-color: #1267D1;
}
</style>