Html Css Color HEX #0340EB Navy Blue

📋 copy color: '#0340EB'

red 3 ◦ green 64 ◦ blue 235

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

Shades of Navy Blue #0340EB

Tints of Navy Blue #0340EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 77.81%

R = 0.99%
G = 21.19%
B = 77.81%

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

#0340EB (or 0x0340EB) is known color: Navy Blue. HEX triplet: 03, 40 and EB. RGB value is (3,64,235). Sum of RGB (Red+Green+Blue) = 3+64+235=302 (40% of max value = 765). Red value is 3 (1.56% from 255 or 0.99% from 302); Green value is 64 (25.39% from 255 or 21.19% from 302); Blue value is 235 (92.19% from 255 or 77.81% from 302); Max value from RGB is 235 - color contains mainly: blue. Hex color #0340EB is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0340EB is #FCBF14. Grayscale: #404040. Windows color (decimal): -16563989 or 15417347. OLE color: 15417347.

HSL color Cylindrical-coordinate representation of color #0340EB: hue angle of 224.22º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0340EB is Cyan = 0.99, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 3 64 235 -
CMYK 0.99 0.73 0 0.08
HSL 224.22º 0.97% 0.47% -
HSV(B) 224.22º 0.99% 0.92% -
XYZ 16.87 9.68 79.58 -
YUV 65.26 223.79 83.6 -
System Red Green Blue C M Y K H S L
Decimal 3 64 235 0.99 0.73 0 0.08 224.22 0.97 0.47
Hex 3 40 EB 63 49 0 8 E0 61 2F
Octal 3 100 353 143 111 0 10 340 141 57
Binary 11 1000000 11101011 1100011 1001001 0 1000 11100000 1100001 101111

Color Harmonies of #0340EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0340EB

Black with #0340EB

Text Example


Text Example

White with #0340EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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