Html Css Color HEX #0440EA Navy Blue

📋 copy color: '#0440EA'

red 4 ◦ green 64 ◦ blue 234

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

Shades of Navy Blue #0440EA

Tints of Navy Blue #0440EA

RGB

 RED value IS 4 (1.95% from 255) = 1.32%

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

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

R = 1.32%
G = 21.19%
B = 77.48%

CMYK

 C value IS 0.98

 M value IS 0.73

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#0440EA (or 0x0440EA) is known color: Navy Blue. HEX triplet: 04, 40 and EA. RGB value is (4,64,234). Sum of RGB (Red+Green+Blue) = 4+64+234=302 (40% of max value = 765). Red value is 4 (1.95% from 255 or 1.32% from 302); Green value is 64 (25.39% from 255 or 21.19% from 302); Blue value is 234 (91.80% from 255 or 77.48% from 302); Max value from RGB is 234 - color contains mainly: blue. Hex color #0440EA is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0440EA is #FBBF15. Grayscale: #404040. Windows color (decimal): -16498454 or 15351812. OLE color: 15351812.

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

Color convert

RGB 4 64 234 -
CMYK 0.98 0.73 0 0.08
HSL 224.35º 0.97% 0.47% -
HSV(B) 224.35º 0.98% 0.92% -
XYZ 16.73 9.63 78.82 -
YUV 65.44 223.12 84.18 -
System Red Green Blue C M Y K H S L
Decimal 4 64 234 0.98 0.73 0 0.08 224.35 0.97 0.47
Hex 4 40 EA 62 49 0 8 E0 61 2F
Octal 4 100 352 142 111 0 10 340 141 57
Binary 100 1000000 11101010 1100010 1001001 0 1000 11100000 1100001 101111

Color Harmonies of #0440EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0440EA

Black with #0440EA

Text Example


Text Example

White with #0440EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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