Html Css Color HEX #044AEB Navy Blue

📋 copy color: '#044AEB'

red 4 ◦ green 74 ◦ blue 235

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

Shades of Navy Blue #044AEB

Tints of Navy Blue #044AEB

RGB

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

 GREEN value IS 74 (29.3% from 255) = 23.64%

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

R = 1.28%
G = 23.64%
B = 75.08%

CMYK

 C value IS 0.98

 M value IS 0.69

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#044AEB (or 0x044AEB) is known color: Navy Blue. HEX triplet: 04, 4A and EB. RGB value is (4,74,235). Sum of RGB (Red+Green+Blue) = 4+74+235=313 (41% of max value = 765). Red value is 4 (1.95% from 255 or 1.28% from 313); Green value is 74 (29.30% from 255 or 23.64% from 313); Blue value is 235 (92.19% from 255 or 75.08% from 313); Max value from RGB is 235 - color contains mainly: blue. Hex color #044AEB is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #044AEB is #FBB514. Grayscale: #464646. Windows color (decimal): -16495893 or 15419908. OLE color: 15419908.

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

Color convert

RGB 4 74 235 -
CMYK 0.98 0.69 0 0.08
HSL 221.82º 0.97% 0.47% -
HSV(B) 221.82º 0.98% 0.92% -
XYZ 17.49 10.92 79.78 -
YUV 71.42 220.31 79.91 -
System Red Green Blue C M Y K H S L
Decimal 4 74 235 0.98 0.69 0 0.08 221.82 0.97 0.47
Hex 4 4A EB 62 45 0 8 DE 61 2F
Octal 4 112 353 142 105 0 10 336 141 57
Binary 100 1001010 11101011 1100010 1000101 0 1000 11011110 1100001 101111

Color Harmonies of #044AEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #044AEB

Black with #044AEB

Text Example


Text Example

White with #044AEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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