Html Css Color HEX #0340EA Navy Blue

📋 copy color: '#0340EA'

red 3 ◦ green 64 ◦ blue 234

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

Shades of Navy Blue #0340EA

Tints of Navy Blue #0340EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 77.74%

R = 1%
G = 21.26%
B = 77.74%

CMYK

 C value IS 0.99

 M value IS 0.73

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#0340EA (or 0x0340EA) is known color: Navy Blue. HEX triplet: 03, 40 and EA. RGB value is (3,64,234). Sum of RGB (Red+Green+Blue) = 3+64+234=301 (39% of max value = 765). Red value is 3 (1.56% from 255 or 1.00% from 301); Green value is 64 (25.39% from 255 or 21.26% from 301); Blue value is 234 (91.80% from 255 or 77.74% from 301); Max value from RGB is 234 - color contains mainly: blue. Hex color #0340EA is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0340EA is #FCBF15. Grayscale: #404040. Windows color (decimal): -16563990 or 15351811. OLE color: 15351811.

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

Color convert

RGB 3 64 234 -
CMYK 0.99 0.73 0 0.08
HSL 224.16º 0.97% 0.46% -
HSV(B) 224.16º 0.99% 0.92% -
XYZ 16.72 9.63 78.82 -
YUV 65.14 223.29 83.68 -
System Red Green Blue C M Y K H S L
Decimal 3 64 234 0.99 0.73 0 0.08 224.16 0.97 0.46
Hex 3 40 EA 63 49 0 8 E0 61 2E
Octal 3 100 352 143 111 0 10 340 141 56
Binary 11 1000000 11101010 1100011 1001001 0 1000 11100000 1100001 101110

Color Harmonies of #0340EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0340EA

Black with #0340EA

Text Example


Text Example

White with #0340EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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