Shades of Navy Blue #0267FA
Tints of Navy Blue #0267FA
RGB
CMYK
RGB Variations
Color information
#0267FA (or 0x0267FA) is known color: Navy Blue. HEX triplet: 02, 67 and FA. RGB value is (2,103,250). Sum of RGB (Red+Green+Blue) = 2+103+250=355 (47% of max value = 765). Red value is 2 (1.17% from 255 or 0.56% from 355); Green value is 103 (40.62% from 255 or 29.01% from 355); Blue value is 250 (98.05% from 255 or 70.42% from 355); Max value from RGB is 250 - color contains mainly: blue. Hex color #0267FA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0267FA is #FD9805. Grayscale: #585858. Windows color (decimal): -16619526 or 16410370. OLE color: 16410370.
HSL color Cylindrical-coordinate representation of color #0267FA: hue angle of 215.56º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0267FA is Cyan = 0.99, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 2 | 103 | 250 | - |
| CMYK | 0.99 | 0.59 | 0 | 0.02 |
| HSL | 215.56º | 0.98% | 0.49% | - |
| HSV(B) | 215.56º | 0.99% | 0.98% | - |
| XYZ | 22.13 | 16.62 | 92.48 | - |
| YUV | 89.56 | 218.54 | 65.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 103 | 250 | 0.99 | 0.59 | 0 | 0.02 | 215.56 | 0.98 | 0.49 |
| Hex | 2 | 67 | FA | 63 | 3B | 0 | 2 | D8 | 62 | 31 |
| Octal | 2 | 147 | 372 | 143 | 73 | 0 | 2 | 330 | 142 | 61 |
| Binary | 10 | 1100111 | 11111010 | 1100011 | 111011 | 0 | 10 | 11011000 | 1100010 | 110001 |
Color Harmonies of #0267FA
Complementary color
Monochromatic Colors of #0267FA
Black with #0267FA
Text Example
Text Example
White with #0267FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0267FA; }
p { color: rgb(2,103,250); }
H1.HeaderClassName
{
color: #0267FA;
}
.AnyTagClassName
{
color: #0267FA;
}
</style>
background-color css
<style>
a { background-color: #0267FA; }
a { background-color: rgb(2,103,250); }
div.DivClassName
{
background-color: #0267FA;
}
.BgClassName
{
background-color: #0267FA;
}
</style>
border-color css
<style>
span { border-color: #0267FA; }
span { border-color: rgb(2,103,250); }
td.TdClassName
{
border-color: #0267FA;
}
.TagClassName
{
border-color: #0267FA;
}
</style>