Shades of Navy Blue #0364EE
Tints of Navy Blue #0364EE
RGB
CMYK
RGB Variations
Color information
#0364EE (or 0x0364EE) is known color: Navy Blue. HEX triplet: 03, 64 and EE. RGB value is (3,100,238). Sum of RGB (Red+Green+Blue) = 3+100+238=341 (45% of max value = 765). Red value is 3 (1.56% from 255 or 0.88% from 341); Green value is 100 (39.45% from 255 or 29.33% from 341); Blue value is 238 (93.36% from 255 or 69.79% from 341); Max value from RGB is 238 - color contains mainly: blue. Hex color #0364EE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0364EE is #FC9B11. Grayscale: #565656. Windows color (decimal): -16554770 or 15623171. OLE color: 15623171.
HSL color Cylindrical-coordinate representation of color #0364EE: hue angle of 215.23º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0364EE is Cyan = 0.99, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 3 | 100 | 238 | - |
| CMYK | 0.99 | 0.58 | 0 | 0.07 |
| HSL | 215.23º | 0.98% | 0.47% | - |
| HSV(B) | 215.23º | 0.99% | 0.93% | - |
| XYZ | 20.03 | 15.31 | 82.79 | - |
| YUV | 86.73 | 213.36 | 68.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 100 | 238 | 0.99 | 0.58 | 0 | 0.07 | 215.23 | 0.98 | 0.47 |
| Hex | 3 | 64 | EE | 63 | 3A | 0 | 7 | D7 | 62 | 2F |
| Octal | 3 | 144 | 356 | 143 | 72 | 0 | 7 | 327 | 142 | 57 |
| Binary | 11 | 1100100 | 11101110 | 1100011 | 111010 | 0 | 111 | 11010111 | 1100010 | 101111 |
Color Harmonies of #0364EE
Complementary color
Monochromatic Colors of #0364EE
Black with #0364EE
Text Example
Text Example
White with #0364EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0364EE; }
p { color: rgb(3,100,238); }
H1.HeaderClassName
{
color: #0364EE;
}
.AnyTagClassName
{
color: #0364EE;
}
</style>
background-color css
<style>
a { background-color: #0364EE; }
a { background-color: rgb(3,100,238); }
div.DivClassName
{
background-color: #0364EE;
}
.BgClassName
{
background-color: #0364EE;
}
</style>
border-color css
<style>
span { border-color: #0364EE; }
span { border-color: rgb(3,100,238); }
td.TdClassName
{
border-color: #0364EE;
}
.TagClassName
{
border-color: #0364EE;
}
</style>