Html Css Color HEX #0440ED Navy Blue

📋 copy color: '#0440ED'

red 4 ◦ green 64 ◦ blue 237

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

Shades of Navy Blue #0440ED

Tints of Navy Blue #0440ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 77.7%

R = 1.31%
G = 20.98%
B = 77.7%

CMYK

 C value IS 0.98

 M value IS 0.73

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#0440ED (or 0x0440ED) is known color: Navy Blue. HEX triplet: 04, 40 and ED. RGB value is (4,64,237). Sum of RGB (Red+Green+Blue) = 4+64+237=305 (40% of max value = 765). Red value is 4 (1.95% from 255 or 1.31% from 305); Green value is 64 (25.39% from 255 or 20.98% from 305); Blue value is 237 (92.97% from 255 or 77.70% from 305); Max value from RGB is 237 - color contains mainly: blue. Hex color #0440ED is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0440ED is #FBBF12. Grayscale: #414141. Windows color (decimal): -16498451 or 15548420. OLE color: 15548420.

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

Color convert

RGB 4 64 237 -
CMYK 0.98 0.73 0 0.07
HSL 224.55º 0.97% 0.47% -
HSV(B) 224.55º 0.98% 0.93% -
XYZ 17.17 9.81 81.11 -
YUV 65.78 224.62 83.93 -
System Red Green Blue C M Y K H S L
Decimal 4 64 237 0.98 0.73 0 0.07 224.55 0.97 0.47
Hex 4 40 ED 62 49 0 7 E1 61 2F
Octal 4 100 355 142 111 0 7 341 141 57
Binary 100 1000000 11101101 1100010 1001001 0 111 11100001 1100001 101111

Color Harmonies of #0440ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0440ED

Black with #0440ED

Text Example


Text Example

White with #0440ED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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