Html Css Color HEX #0340EC Navy Blue

📋 copy color: '#0340EC'

red 3 ◦ green 64 ◦ blue 236

#0340EC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Navy Blue #0340EC

Tints of Navy Blue #0340EC

RGB

 RED value IS 3 (1.56% from 255) = 0.99%

 GREEN value IS 64 (25.39% from 255) = 21.12%

 BLUE value IS 236 (92.58% from 255) = 77.89%

R = 0.99%
G = 21.12%
B = 77.89%

CMYK

 C value IS 0.99

 M value IS 0.73

 Y value IS 0

 K value IS 0.07

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#0340EC (or 0x0340EC) is known color: Navy Blue. HEX triplet: 03, 40 and EC. RGB value is (3,64,236). Sum of RGB (Red+Green+Blue) = 3+64+236=303 (40% of max value = 765). Red value is 3 (1.56% from 255 or 0.99% from 303); Green value is 64 (25.39% from 255 or 21.12% from 303); Blue value is 236 (92.58% from 255 or 77.89% from 303); Max value from RGB is 236 - color contains mainly: blue. Hex color #0340EC is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0340EC is #FCBF13. Grayscale: #404040. Windows color (decimal): -16563988 or 15482883. OLE color: 15482883.

HSL color Cylindrical-coordinate representation of color #0340EC: hue angle of 224.29º degrees, saturation: 0.97, 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 #0340EC is Cyan = 0.99, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 3 64 236 -
CMYK 0.99 0.73 0 0.07
HSL 224.29º 0.97% 0.47% -
HSV(B) 224.29º 0.99% 0.93% -
XYZ 17.01 9.74 80.34 -
YUV 65.37 224.29 83.51 -
System Red Green Blue C M Y K H S L
Decimal 3 64 236 0.99 0.73 0 0.07 224.29 0.97 0.47
Hex 3 40 EC 63 49 0 7 E0 61 2F
Octal 3 100 354 143 111 0 7 340 141 57
Binary 11 1000000 11101100 1100011 1001001 0 111 11100000 1100001 101111

Color Harmonies of #0340EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0340EC

Black with #0340EC

Text Example


Text Example

White with #0340EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0340EC; }

 p { color: rgb(3,64,236); }

 H1.HeaderClassName
 {
   color: #0340EC;
 }
 .AnyTagClassName
 {
   color: #0340EC;
 }
</style>

background-color css

<style>
 a { background-color: #0340EC; }

 a { background-color: rgb(3,64,236); }

 div.DivClassName
 {
   background-color: #0340EC;
 }
 .BgClassName
 {
   background-color: #0340EC;
 }
</style>

border-color css

<style>
 span { border-color: #0340EC; }

 span { border-color: rgb(3,64,236); }

 td.TdClassName
 {
   border-color: #0340EC;
 }
 .TagClassName
 {
   border-color: #0340EC;
 }
</style>