Shades of Navy Blue #1267F3
Tints of Navy Blue #1267F3
RGB
CMYK
RGB Variations
Color information
#1267F3 (or 0x1267F3) is known color: Navy Blue. HEX triplet: 12, 67 and F3. RGB value is (18,103,243). Sum of RGB (Red+Green+Blue) = 18+103+243=364 (48% of max value = 765). Red value is 18 (7.42% from 255 or 4.95% from 364); Green value is 103 (40.62% from 255 or 28.30% from 364); Blue value is 243 (95.31% from 255 or 66.76% from 364); Max value from RGB is 243 - color contains mainly: blue. Hex color #1267F3 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1267F3 is #ED980C. Grayscale: #5C5C5C. Windows color (decimal): -15570957 or 15951634. OLE color: 15951634.
HSL color Cylindrical-coordinate representation of color #1267F3: hue angle of 217.33º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1267F3 is Cyan = 0.93, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 18 | 103 | 243 | - |
| CMYK | 0.93 | 0.58 | 0 | 0.05 |
| HSL | 217.33º | 0.9% | 0.51% | - |
| HSV(B) | 217.33º | 0.93% | 0.95% | - |
| XYZ | 21.28 | 16.3 | 86.82 | - |
| YUV | 93.55 | 212.34 | 74.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 103 | 243 | 0.93 | 0.58 | 0 | 0.05 | 217.33 | 0.9 | 0.51 |
| Hex | 12 | 67 | F3 | 5D | 3A | 0 | 5 | D9 | 5A | 33 |
| Octal | 22 | 147 | 363 | 135 | 72 | 0 | 5 | 331 | 132 | 63 |
| Binary | 10010 | 1100111 | 11110011 | 1011101 | 111010 | 0 | 101 | 11011001 | 1011010 | 110011 |
Color Harmonies of #1267F3
Complementary color
Monochromatic Colors of #1267F3
Black with #1267F3
Text Example
Text Example
White with #1267F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1267F3; }
p { color: rgb(18,103,243); }
H1.HeaderClassName
{
color: #1267F3;
}
.AnyTagClassName
{
color: #1267F3;
}
</style>
background-color css
<style>
a { background-color: #1267F3; }
a { background-color: rgb(18,103,243); }
div.DivClassName
{
background-color: #1267F3;
}
.BgClassName
{
background-color: #1267F3;
}
</style>
border-color css
<style>
span { border-color: #1267F3; }
span { border-color: rgb(18,103,243); }
td.TdClassName
{
border-color: #1267F3;
}
.TagClassName
{
border-color: #1267F3;
}
</style>