Shades of Navy Blue #1267F4
Tints of Navy Blue #1267F4
RGB
CMYK
RGB Variations
Color information
#1267F4 (or 0x1267F4) is known color: Navy Blue. HEX triplet: 12, 67 and F4. RGB value is (18,103,244). Sum of RGB (Red+Green+Blue) = 18+103+244=365 (48% of max value = 765). Red value is 18 (7.42% from 255 or 4.93% from 365); Green value is 103 (40.62% from 255 or 28.22% from 365); Blue value is 244 (95.70% from 255 or 66.85% from 365); Max value from RGB is 244 - color contains mainly: blue. Hex color #1267F4 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1267F4 is #ED980B. Grayscale: #5D5D5D. Windows color (decimal): -15570956 or 16017170. OLE color: 16017170.
HSL color Cylindrical-coordinate representation of color #1267F4: hue angle of 217.43º degrees, saturation: 0.91, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1267F4 is Cyan = 0.93, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 18 | 103 | 244 | - |
| CMYK | 0.93 | 0.58 | 0 | 0.04 |
| HSL | 217.43º | 0.91% | 0.51% | - |
| HSV(B) | 217.43º | 0.93% | 0.96% | - |
| XYZ | 21.43 | 16.36 | 87.62 | - |
| YUV | 93.66 | 212.84 | 74.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 103 | 244 | 0.93 | 0.58 | 0 | 0.04 | 217.43 | 0.91 | 0.51 |
| Hex | 12 | 67 | F4 | 5D | 3A | 0 | 4 | D9 | 5B | 33 |
| Octal | 22 | 147 | 364 | 135 | 72 | 0 | 4 | 331 | 133 | 63 |
| Binary | 10010 | 1100111 | 11110100 | 1011101 | 111010 | 0 | 100 | 11011001 | 1011011 | 110011 |
Color Harmonies of #1267F4
Complementary color
Monochromatic Colors of #1267F4
Black with #1267F4
Text Example
Text Example
White with #1267F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1267F4; }
p { color: rgb(18,103,244); }
H1.HeaderClassName
{
color: #1267F4;
}
.AnyTagClassName
{
color: #1267F4;
}
</style>
background-color css
<style>
a { background-color: #1267F4; }
a { background-color: rgb(18,103,244); }
div.DivClassName
{
background-color: #1267F4;
}
.BgClassName
{
background-color: #1267F4;
}
</style>
border-color css
<style>
span { border-color: #1267F4; }
span { border-color: rgb(18,103,244); }
td.TdClassName
{
border-color: #1267F4;
}
.TagClassName
{
border-color: #1267F4;
}
</style>