Html Css Color HEX #0441EF Navy Blue

📋 copy color: '#0441EF'

red 4 ◦ green 65 ◦ blue 239

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

Shades of Navy Blue #0441EF

Tints of Navy Blue #0441EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 77.6%

R = 1.3%
G = 21.1%
B = 77.6%

CMYK

 C value IS 0.98

 M value IS 0.73

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#0441EF (or 0x0441EF) is known color: Navy Blue. HEX triplet: 04, 41 and EF. RGB value is (4,65,239). Sum of RGB (Red+Green+Blue) = 4+65+239=308 (40% of max value = 765). Red value is 4 (1.95% from 255 or 1.30% from 308); Green value is 65 (25.78% from 255 or 21.10% from 308); Blue value is 239 (93.75% from 255 or 77.60% from 308); Max value from RGB is 239 - color contains mainly: blue. Hex color #0441EF is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0441EF is #FBBE10. Grayscale: #414141. Windows color (decimal): -16498193 or 15679748. OLE color: 15679748.

HSL color Cylindrical-coordinate representation of color #0441EF: hue angle of 224.43º degrees, saturation: 0.97, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0441EF is Cyan = 0.98, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 4 65 239 -
CMYK 0.98 0.73 0 0.06
HSL 224.43º 0.97% 0.48% -
HSV(B) 224.43º 0.98% 0.94% -
XYZ 17.52 10.04 82.68 -
YUV 66.6 225.29 83.35 -
System Red Green Blue C M Y K H S L
Decimal 4 65 239 0.98 0.73 0 0.06 224.43 0.97 0.48
Hex 4 41 EF 62 49 0 6 E0 61 30
Octal 4 101 357 142 111 0 6 340 141 60
Binary 100 1000001 11101111 1100010 1001001 0 110 11100000 1100001 110000

Color Harmonies of #0441EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0441EF

Black with #0441EF

Text Example


Text Example

White with #0441EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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