Shades of Navy Blue #0345EA
Tints of Navy Blue #0345EA
RGB
CMYK
RGB Variations
Color information
#0345EA (or 0x0345EA) is known color: Navy Blue. HEX triplet: 03, 45 and EA. RGB value is (3,69,234). Sum of RGB (Red+Green+Blue) = 3+69+234=306 (40% of max value = 765). Red value is 3 (1.56% from 255 or 0.98% from 306); Green value is 69 (27.34% from 255 or 22.55% from 306); Blue value is 234 (91.80% from 255 or 76.47% from 306); Max value from RGB is 234 - color contains mainly: blue. Hex color #0345EA is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0345EA is #FCBA15. Grayscale: #434343. Windows color (decimal): -16562710 or 15353091. OLE color: 15353091.
HSL color Cylindrical-coordinate representation of color #0345EA: hue angle of 222.86º degrees, saturation: 0.97, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0345EA is Cyan = 0.99, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 3 | 69 | 234 | - |
| CMYK | 0.99 | 0.71 | 0 | 0.08 |
| HSL | 222.86º | 0.97% | 0.46% | - |
| HSV(B) | 222.86º | 0.99% | 0.92% | - |
| XYZ | 17.02 | 10.22 | 78.92 | - |
| YUV | 68.08 | 221.63 | 81.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 69 | 234 | 0.99 | 0.71 | 0 | 0.08 | 222.86 | 0.97 | 0.46 |
| Hex | 3 | 45 | EA | 63 | 47 | 0 | 8 | DF | 61 | 2E |
| Octal | 3 | 105 | 352 | 143 | 107 | 0 | 10 | 337 | 141 | 56 |
| Binary | 11 | 1000101 | 11101010 | 1100011 | 1000111 | 0 | 1000 | 11011111 | 1100001 | 101110 |
Color Harmonies of #0345EA
Complementary color
Monochromatic Colors of #0345EA
Black with #0345EA
Text Example
Text Example
White with #0345EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0345EA; }
p { color: rgb(3,69,234); }
H1.HeaderClassName
{
color: #0345EA;
}
.AnyTagClassName
{
color: #0345EA;
}
</style>
background-color css
<style>
a { background-color: #0345EA; }
a { background-color: rgb(3,69,234); }
div.DivClassName
{
background-color: #0345EA;
}
.BgClassName
{
background-color: #0345EA;
}
</style>
border-color css
<style>
span { border-color: #0345EA; }
span { border-color: rgb(3,69,234); }
td.TdClassName
{
border-color: #0345EA;
}
.TagClassName
{
border-color: #0345EA;
}
</style>