Html Css Color HEX #0441FA Navy Blue

📋 copy color: '#0441FA'

red 4 ◦ green 65 ◦ blue 250

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

Shades of Navy Blue #0441FA

Tints of Navy Blue #0441FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 78.37%

R = 1.25%
G = 20.38%
B = 78.37%

CMYK

 C value IS 0.98

 M value IS 0.74

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#0441FA (or 0x0441FA) is known color: Navy Blue. HEX triplet: 04, 41 and FA. RGB value is (4,65,250). Sum of RGB (Red+Green+Blue) = 4+65+250=319 (42% of max value = 765). Red value is 4 (1.95% from 255 or 1.25% from 319); Green value is 65 (25.78% from 255 or 20.38% from 319); Blue value is 250 (98.05% from 255 or 78.37% from 319); Max value from RGB is 250 - color contains mainly: blue. Hex color #0441FA is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0441FA is #FBBE05. Grayscale: #434343. Windows color (decimal): -16498182 or 16400644. OLE color: 16400644.

HSL color Cylindrical-coordinate representation of color #0441FA: hue angle of 225.12º degrees, saturation: 0.97, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0441FA is Cyan = 0.98, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 4 65 250 -
CMYK 0.98 0.74 0 0.02
HSL 225.12º 0.97% 0.5% -
HSV(B) 225.12º 0.98% 0.98% -
XYZ 19.2 10.71 91.5 -
YUV 67.85 230.79 82.46 -
System Red Green Blue C M Y K H S L
Decimal 4 65 250 0.98 0.74 0 0.02 225.12 0.97 0.5
Hex 4 41 FA 62 4A 0 2 E1 61 32
Octal 4 101 372 142 112 0 2 341 141 62
Binary 100 1000001 11111010 1100010 1001010 0 10 11100001 1100001 110010

Color Harmonies of #0441FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0441FA

Black with #0441FA

Text Example


Text Example

White with #0441FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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