Shades of Navy Blue #0268FB
Tints of Navy Blue #0268FB
RGB
CMYK
RGB Variations
Color information
#0268FB (or 0x0268FB) is known color: Navy Blue. HEX triplet: 02, 68 and FB. RGB value is (2,104,251). Sum of RGB (Red+Green+Blue) = 2+104+251=357 (47% of max value = 765). Red value is 2 (1.17% from 255 or 0.56% from 357); Green value is 104 (41.02% from 255 or 29.13% from 357); Blue value is 251 (98.44% from 255 or 70.31% from 357); Max value from RGB is 251 - color contains mainly: blue. Hex color #0268FB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0268FB is #FD9704. Grayscale: #595959. Windows color (decimal): -16619269 or 16476162. OLE color: 16476162.
HSL color Cylindrical-coordinate representation of color #0268FB: hue angle of 215.42º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0268FB is Cyan = 0.99, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 2 | 104 | 251 | - |
| CMYK | 0.99 | 0.59 | 0 | 0.02 |
| HSL | 215.42º | 0.98% | 0.5% | - |
| HSV(B) | 215.42º | 0.99% | 0.98% | - |
| XYZ | 22.39 | 16.88 | 93.34 | - |
| YUV | 90.26 | 218.71 | 65.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 104 | 251 | 0.99 | 0.59 | 0 | 0.02 | 215.42 | 0.98 | 0.5 |
| Hex | 2 | 68 | FB | 63 | 3B | 0 | 2 | D7 | 62 | 32 |
| Octal | 2 | 150 | 373 | 143 | 73 | 0 | 2 | 327 | 142 | 62 |
| Binary | 10 | 1101000 | 11111011 | 1100011 | 111011 | 0 | 10 | 11010111 | 1100010 | 110010 |
Color Harmonies of #0268FB
Complementary color
Monochromatic Colors of #0268FB
Black with #0268FB
Text Example
Text Example
White with #0268FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0268FB; }
p { color: rgb(2,104,251); }
H1.HeaderClassName
{
color: #0268FB;
}
.AnyTagClassName
{
color: #0268FB;
}
</style>
background-color css
<style>
a { background-color: #0268FB; }
a { background-color: rgb(2,104,251); }
div.DivClassName
{
background-color: #0268FB;
}
.BgClassName
{
background-color: #0268FB;
}
</style>
border-color css
<style>
span { border-color: #0268FB; }
span { border-color: rgb(2,104,251); }
td.TdClassName
{
border-color: #0268FB;
}
.TagClassName
{
border-color: #0268FB;
}
</style>