Shades of Navy Blue #0265BC
Tints of Navy Blue #0265BC
RGB
CMYK
RGB Variations
Color information
#0265BC (or 0x0265BC) is known color: Navy Blue. HEX triplet: 02, 65 and BC. RGB value is (2,101,188). Sum of RGB (Red+Green+Blue) = 2+101+188=291 (38% of max value = 765). Red value is 2 (1.17% from 255 or 0.69% from 291); Green value is 101 (39.84% from 255 or 34.71% from 291); Blue value is 188 (73.83% from 255 or 64.60% from 291); Max value from RGB is 188 - color contains mainly: blue. Hex color #0265BC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0265BC is #FD9A43. Grayscale: #505050. Windows color (decimal): -16620100 or 12346626. OLE color: 12346626.
HSL color Cylindrical-coordinate representation of color #0265BC: hue angle of 208.06º degrees, saturation: 0.98, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0265BC is Cyan = 0.99, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 2 | 101 | 188 | - |
| CMYK | 0.99 | 0.46 | 0 | 0.26 |
| HSL | 208.06º | 0.98% | 0.37% | - |
| HSV(B) | 208.06º | 0.99% | 0.74% | - |
| XYZ | 13.76 | 12.95 | 49.35 | - |
| YUV | 81.32 | 188.2 | 71.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 101 | 188 | 0.99 | 0.46 | 0 | 0.26 | 208.06 | 0.98 | 0.37 |
| Hex | 2 | 65 | BC | 63 | 2E | 0 | 1A | D0 | 62 | 25 |
| Octal | 2 | 145 | 274 | 143 | 56 | 0 | 32 | 320 | 142 | 45 |
| Binary | 10 | 1100101 | 10111100 | 1100011 | 101110 | 0 | 11010 | 11010000 | 1100010 | 100101 |
Color Harmonies of #0265BC
Complementary color
Monochromatic Colors of #0265BC
Black with #0265BC
Text Example
Text Example
White with #0265BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0265BC; }
p { color: rgb(2,101,188); }
H1.HeaderClassName
{
color: #0265BC;
}
.AnyTagClassName
{
color: #0265BC;
}
</style>
background-color css
<style>
a { background-color: #0265BC; }
a { background-color: rgb(2,101,188); }
div.DivClassName
{
background-color: #0265BC;
}
.BgClassName
{
background-color: #0265BC;
}
</style>
border-color css
<style>
span { border-color: #0265BC; }
span { border-color: rgb(2,101,188); }
td.TdClassName
{
border-color: #0265BC;
}
.TagClassName
{
border-color: #0265BC;
}
</style>