Html Css Color HEX #044CFA Navy Blue

📋 copy color: '#044CFA'

red 4 ◦ green 76 ◦ blue 250

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

Shades of Navy Blue #044CFA

Tints of Navy Blue #044CFA

RGB

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

 GREEN value IS 76 (30.08% from 255) = 23.03%

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

R = 1.21%
G = 23.03%
B = 75.76%

CMYK

 C value IS 0.98

 M value IS 0.70

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#044CFA (or 0x044CFA) is known color: Navy Blue. HEX triplet: 04, 4C and FA. RGB value is (4,76,250). Sum of RGB (Red+Green+Blue) = 4+76+250=330 (43% of max value = 765). Red value is 4 (1.95% from 255 or 1.21% from 330); Green value is 76 (30.08% from 255 or 23.03% from 330); Blue value is 250 (98.05% from 255 or 75.76% from 330); Max value from RGB is 250 - color contains mainly: blue. Hex color #044CFA is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #044CFA is #FBB305. Grayscale: #494949. Windows color (decimal): -16495366 or 16403460. OLE color: 16403460.

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

Color convert

RGB 4 76 250 -
CMYK 0.98 0.70 0 0.02
HSL 222.44º 0.97% 0.5% -
HSV(B) 222.44º 0.98% 0.98% -
XYZ 19.89 12.1 91.73 -
YUV 74.31 227.15 77.85 -
System Red Green Blue C M Y K H S L
Decimal 4 76 250 0.98 0.70 0 0.02 222.44 0.97 0.5
Hex 4 4C FA 62 46 0 2 DE 61 32
Octal 4 114 372 142 106 0 2 336 141 62
Binary 100 1001100 11111010 1100010 1000110 0 10 11011110 1100001 110010

Color Harmonies of #044CFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #044CFA

Black with #044CFA

Text Example


Text Example

White with #044CFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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