Shades of Navy Blue #0345EE
Tints of Navy Blue #0345EE
RGB
CMYK
RGB Variations
Color information
#0345EE (or 0x0345EE) is known color: Navy Blue. HEX triplet: 03, 45 and EE. RGB value is (3,69,238). Sum of RGB (Red+Green+Blue) = 3+69+238=310 (41% of max value = 765). Red value is 3 (1.56% from 255 or 0.97% from 310); Green value is 69 (27.34% from 255 or 22.26% from 310); Blue value is 238 (93.36% from 255 or 76.77% from 310); Max value from RGB is 238 - color contains mainly: blue. Hex color #0345EE is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0345EE is #FCBA11. Grayscale: #434343. Windows color (decimal): -16562706 or 15615235. OLE color: 15615235.
HSL color Cylindrical-coordinate representation of color #0345EE: hue angle of 223.15º 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 #0345EE is Cyan = 0.99, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 3 | 69 | 238 | - |
| CMYK | 0.99 | 0.71 | 0 | 0.07 |
| HSL | 223.15º | 0.98% | 0.47% | - |
| HSV(B) | 223.15º | 0.99% | 0.93% | - |
| XYZ | 17.6 | 10.45 | 81.98 | - |
| YUV | 68.53 | 223.63 | 81.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 69 | 238 | 0.99 | 0.71 | 0 | 0.07 | 223.15 | 0.98 | 0.47 |
| Hex | 3 | 45 | EE | 63 | 47 | 0 | 7 | DF | 62 | 2F |
| Octal | 3 | 105 | 356 | 143 | 107 | 0 | 7 | 337 | 142 | 57 |
| Binary | 11 | 1000101 | 11101110 | 1100011 | 1000111 | 0 | 111 | 11011111 | 1100010 | 101111 |
Color Harmonies of #0345EE
Complementary color
Monochromatic Colors of #0345EE
Black with #0345EE
Text Example
Text Example
White with #0345EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0345EE; }
p { color: rgb(3,69,238); }
H1.HeaderClassName
{
color: #0345EE;
}
.AnyTagClassName
{
color: #0345EE;
}
</style>
background-color css
<style>
a { background-color: #0345EE; }
a { background-color: rgb(3,69,238); }
div.DivClassName
{
background-color: #0345EE;
}
.BgClassName
{
background-color: #0345EE;
}
</style>
border-color css
<style>
span { border-color: #0345EE; }
span { border-color: rgb(3,69,238); }
td.TdClassName
{
border-color: #0345EE;
}
.TagClassName
{
border-color: #0345EE;
}
</style>