Html Css Color HEX #044FEB Navy Blue

📋 copy color: '#044FEB'

red 4 ◦ green 79 ◦ blue 235

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

Shades of Navy Blue #044FEB

Tints of Navy Blue #044FEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 73.9%

R = 1.26%
G = 24.84%
B = 73.9%

CMYK

 C value IS 0.98

 M value IS 0.66

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#044FEB (or 0x044FEB) is known color: Navy Blue. HEX triplet: 04, 4F and EB. RGB value is (4,79,235). Sum of RGB (Red+Green+Blue) = 4+79+235=318 (42% of max value = 765). Red value is 4 (1.95% from 255 or 1.26% from 318); Green value is 79 (31.25% from 255 or 24.84% from 318); Blue value is 235 (92.19% from 255 or 73.90% from 318); Max value from RGB is 235 - color contains mainly: blue. Hex color #044FEB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #044FEB is #FBB014. Grayscale: #494949. Windows color (decimal): -16494613 or 15421188. OLE color: 15421188.

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

Color convert

RGB 4 79 235 -
CMYK 0.98 0.66 0 0.08
HSL 220.52º 0.97% 0.47% -
HSV(B) 220.52º 0.98% 0.92% -
XYZ 17.84 11.62 79.9 -
YUV 74.36 218.65 77.82 -
System Red Green Blue C M Y K H S L
Decimal 4 79 235 0.98 0.66 0 0.08 220.52 0.97 0.47
Hex 4 4F EB 62 42 0 8 DD 61 2F
Octal 4 117 353 142 102 0 10 335 141 57
Binary 100 1001111 11101011 1100010 1000010 0 1000 11011101 1100001 101111

Color Harmonies of #044FEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #044FEB

Black with #044FEB

Text Example


Text Example

White with #044FEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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