Html Css Color HEX #0441EA Navy Blue

📋 copy color: '#0441EA'

red 4 ◦ green 65 ◦ blue 234

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

Shades of Navy Blue #0441EA

Tints of Navy Blue #0441EA

RGB

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

 GREEN value IS 65 (25.78% from 255) = 21.45%

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

R = 1.32%
G = 21.45%
B = 77.23%

CMYK

 C value IS 0.98

 M value IS 0.72

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#0441EA (or 0x0441EA) is known color: Navy Blue. HEX triplet: 04, 41 and EA. RGB value is (4,65,234). Sum of RGB (Red+Green+Blue) = 4+65+234=303 (40% of max value = 765). Red value is 4 (1.95% from 255 or 1.32% from 303); Green value is 65 (25.78% from 255 or 21.45% from 303); Blue value is 234 (91.80% from 255 or 77.23% from 303); Max value from RGB is 234 - color contains mainly: blue. Hex color #0441EA is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0441EA is #FBBE15. Grayscale: #414141. Windows color (decimal): -16498198 or 15352068. OLE color: 15352068.

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

Color convert

RGB 4 65 234 -
CMYK 0.98 0.72 0 0.08
HSL 224.09º 0.97% 0.47% -
HSV(B) 224.09º 0.98% 0.92% -
XYZ 16.79 9.75 78.84 -
YUV 66.03 222.79 83.76 -
System Red Green Blue C M Y K H S L
Decimal 4 65 234 0.98 0.72 0 0.08 224.09 0.97 0.47
Hex 4 41 EA 62 48 0 8 E0 61 2F
Octal 4 101 352 142 110 0 10 340 141 57
Binary 100 1000001 11101010 1100010 1001000 0 1000 11100000 1100001 101111

Color Harmonies of #0441EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0441EA

Black with #0441EA

Text Example


Text Example

White with #0441EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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