Shades of Navy Blue #0265FE
Tints of Navy Blue #0265FE
RGB
CMYK
RGB Variations
Color information
#0265FE (or 0x0265FE) is known color: Navy Blue. HEX triplet: 02, 65 and FE. RGB value is (2,101,254). Sum of RGB (Red+Green+Blue) = 2+101+254=357 (47% of max value = 765). Red value is 2 (1.17% from 255 or 0.56% from 357); Green value is 101 (39.84% from 255 or 28.29% from 357); Blue value is 254 (99.61% from 255 or 71.15% from 357); Max value from RGB is 254 - color contains mainly: blue. Hex color #0265FE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0265FE is #FD9A01. Grayscale: #585858. Windows color (decimal): -16620034 or 16672002. OLE color: 16672002.
HSL color Cylindrical-coordinate representation of color #0265FE: hue angle of 216.43º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0265FE is Cyan = 0.99, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 2 | 101 | 254 | - |
| CMYK | 0.99 | 0.60 | 0 | 0.00 |
| HSL | 216.43º | 0.99% | 0.5% | - |
| HSV(B) | 216.43º | 0.99% | 1% | - |
| XYZ | 22.57 | 16.48 | 95.76 | - |
| YUV | 88.84 | 221.2 | 66.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 101 | 254 | 0.99 | 0.60 | 0 | 0.00 | 216.43 | 0.99 | 0.5 |
| Hex | 2 | 65 | FE | 63 | 3C | 0 | 0 | D8 | 63 | 32 |
| Octal | 2 | 145 | 376 | 143 | 74 | 0 | 0 | 330 | 143 | 62 |
| Binary | 10 | 1100101 | 11111110 | 1100011 | 111100 | 0 | 0 | 11011000 | 1100011 | 110010 |
Color Harmonies of #0265FE
Complementary color
Monochromatic Colors of #0265FE
Black with #0265FE
Text Example
Text Example
White with #0265FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0265FE; }
p { color: rgb(2,101,254); }
H1.HeaderClassName
{
color: #0265FE;
}
.AnyTagClassName
{
color: #0265FE;
}
</style>
background-color css
<style>
a { background-color: #0265FE; }
a { background-color: rgb(2,101,254); }
div.DivClassName
{
background-color: #0265FE;
}
.BgClassName
{
background-color: #0265FE;
}
</style>
border-color css
<style>
span { border-color: #0265FE; }
span { border-color: rgb(2,101,254); }
td.TdClassName
{
border-color: #0265FE;
}
.TagClassName
{
border-color: #0265FE;
}
</style>