Shades of Navy #010265
Tints of Navy #010265
RGB
CMYK
RGB Variations
Color information
#010265 (or 0x010265) is known color: Navy. HEX triplet: 01, 02 and 65. RGB value is (1,2,101). Sum of RGB (Red+Green+Blue) = 1+2+101=104 (13% of max value = 765). Red value is 1 (0.78% from 255 or 0.96% from 104); Green value is 2 (1.17% from 255 or 1.92% from 104); Blue value is 101 (39.84% from 255 or 97.12% from 104); Max value from RGB is 101 - color contains mainly: blue. Hex color #010265 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #010265 is #FEFD9A. Grayscale: #0C0C0C. Windows color (decimal): -16711067 or 6619649. OLE color: 6619649.
HSL color Cylindrical-coordinate representation of color #010265: hue angle of 239.4º degrees, saturation: 0.98, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #010265 is Cyan = 0.99, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 1 | 2 | 101 | - |
| CMYK | 0.99 | 0.98 | 0 | 0.60 |
| HSL | 239.4º | 0.98% | 0.2% | - |
| HSV(B) | 239.4º | 0.99% | 0.4% | - |
| XYZ | 2.38 | 0.99 | 12.38 | - |
| YUV | 12.99 | 177.67 | 119.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 2 | 101 | 0.99 | 0.98 | 0 | 0.60 | 239.4 | 0.98 | 0.2 |
| Hex | 1 | 2 | 65 | 63 | 62 | 0 | 3C | EF | 62 | 14 |
| Octal | 1 | 2 | 145 | 143 | 142 | 0 | 74 | 357 | 142 | 24 |
| Binary | 1 | 10 | 1100101 | 1100011 | 1100010 | 0 | 111100 | 11101111 | 1100010 | 10100 |
Color Harmonies of #010265
Complementary color
Monochromatic Colors of #010265
Black with #010265
Text Example
Text Example
White with #010265
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #010265; }
p { color: rgb(1,2,101); }
H1.HeaderClassName
{
color: #010265;
}
.AnyTagClassName
{
color: #010265;
}
</style>
background-color css
<style>
a { background-color: #010265; }
a { background-color: rgb(1,2,101); }
div.DivClassName
{
background-color: #010265;
}
.BgClassName
{
background-color: #010265;
}
</style>
border-color css
<style>
span { border-color: #010265; }
span { border-color: rgb(1,2,101); }
td.TdClassName
{
border-color: #010265;
}
.TagClassName
{
border-color: #010265;
}
</style>