Shades of Navy Blue #0165CA
Tints of Navy Blue #0165CA
RGB
CMYK
RGB Variations
Color information
#0165CA (or 0x0165CA) is known color: Navy Blue. HEX triplet: 01, 65 and CA. RGB value is (1,101,202). Sum of RGB (Red+Green+Blue) = 1+101+202=304 (40% of max value = 765). Red value is 1 (0.78% from 255 or 0.33% from 304); Green value is 101 (39.84% from 255 or 33.22% from 304); Blue value is 202 (79.30% from 255 or 66.45% from 304); Max value from RGB is 202 - color contains mainly: blue. Hex color #0165CA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0165CA is #FE9A35. Grayscale: #525252. Windows color (decimal): -16685622 or 13264129. OLE color: 13264129.
HSL color Cylindrical-coordinate representation of color #0165CA: hue angle of 210.15º degrees, saturation: 0.99, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0165CA is Cyan = 1.00, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 1 | 101 | 202 | - |
| CMYK | 1.00 | 0.50 | 0 | 0.21 |
| HSL | 210.15º | 0.99% | 0.4% | - |
| HSV(B) | 210.15º | 1% | 0.79% | - |
| XYZ | 15.33 | 13.58 | 57.69 | - |
| YUV | 82.61 | 195.37 | 69.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 101 | 202 | 1.00 | 0.50 | 0 | 0.21 | 210.15 | 0.99 | 0.4 |
| Hex | 1 | 65 | CA | 64 | 32 | 0 | 15 | D2 | 63 | 28 |
| Octal | 1 | 145 | 312 | 144 | 62 | 0 | 25 | 322 | 143 | 50 |
| Binary | 1 | 1100101 | 11001010 | 1100100 | 110010 | 0 | 10101 | 11010010 | 1100011 | 101000 |
Color Harmonies of #0165CA
Complementary color
Monochromatic Colors of #0165CA
Black with #0165CA
Text Example
Text Example
White with #0165CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0165CA; }
p { color: rgb(1,101,202); }
H1.HeaderClassName
{
color: #0165CA;
}
.AnyTagClassName
{
color: #0165CA;
}
</style>
background-color css
<style>
a { background-color: #0165CA; }
a { background-color: rgb(1,101,202); }
div.DivClassName
{
background-color: #0165CA;
}
.BgClassName
{
background-color: #0165CA;
}
</style>
border-color css
<style>
span { border-color: #0165CA; }
span { border-color: rgb(1,101,202); }
td.TdClassName
{
border-color: #0165CA;
}
.TagClassName
{
border-color: #0165CA;
}
</style>