Html Css Color HEX #044FFA Navy Blue

📋 copy color: '#044FFA'

red 4 ◦ green 79 ◦ blue 250

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

Shades of Navy Blue #044FFA

Tints of Navy Blue #044FFA

RGB

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

 GREEN value IS 79 (31.25% from 255) = 23.72%

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

R = 1.2%
G = 23.72%
B = 75.08%

CMYK

 C value IS 0.98

 M value IS 0.68

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#044FFA (or 0x044FFA) is known color: Navy Blue. HEX triplet: 04, 4F and FA. RGB value is (4,79,250). Sum of RGB (Red+Green+Blue) = 4+79+250=333 (44% of max value = 765). Red value is 4 (1.95% from 255 or 1.20% from 333); Green value is 79 (31.25% from 255 or 23.72% from 333); Blue value is 250 (98.05% from 255 or 75.08% from 333); Max value from RGB is 250 - color contains mainly: blue. Hex color #044FFA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #044FFA is #FBB005. Grayscale: #4B4B4B. Windows color (decimal): -16494598 or 16404228. OLE color: 16404228.

HSL color Cylindrical-coordinate representation of color #044FFA: hue angle of 221.71º 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 #044FFA is Cyan = 0.98, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 4 79 250 -
CMYK 0.98 0.68 0 0.02
HSL 221.71º 0.97% 0.5% -
HSV(B) 221.71º 0.98% 0.98% -
XYZ 20.1 12.52 91.8 -
YUV 76.07 226.15 76.6 -
System Red Green Blue C M Y K H S L
Decimal 4 79 250 0.98 0.68 0 0.02 221.71 0.97 0.5
Hex 4 4F FA 62 44 0 2 DE 61 32
Octal 4 117 372 142 104 0 2 336 141 62
Binary 100 1001111 11111010 1100010 1000100 0 10 11011110 1100001 110010

Color Harmonies of #044FFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #044FFA

Black with #044FFA

Text Example


Text Example

White with #044FFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #044FFA; }

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

 H1.HeaderClassName
 {
   color: #044FFA;
 }
 .AnyTagClassName
 {
   color: #044FFA;
 }
</style>

background-color css

<style>
 a { background-color: #044FFA; }

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

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

border-color css

<style>
 span { border-color: #044FFA; }

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

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