Html Css Color HEX #044BEA Navy Blue

📋 copy color: '#044BEA'

red 4 ◦ green 75 ◦ blue 234

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

Shades of Navy Blue #044BEA

Tints of Navy Blue #044BEA

RGB

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

 GREEN value IS 75 (29.69% from 255) = 23.96%

 BLUE value IS 234 (91.8% from 255) = 74.76%

R = 1.28%
G = 23.96%
B = 74.76%

CMYK

 C value IS 0.98

 M value IS 0.68

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#044BEA (or 0x044BEA) is known color: Navy Blue. HEX triplet: 04, 4B and EA. RGB value is (4,75,234). Sum of RGB (Red+Green+Blue) = 4+75+234=313 (41% of max value = 765). Red value is 4 (1.95% from 255 or 1.28% from 313); Green value is 75 (29.69% from 255 or 23.96% from 313); Blue value is 234 (91.80% from 255 or 74.76% from 313); Max value from RGB is 234 - color contains mainly: blue. Hex color #044BEA is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #044BEA is #FBB415. Grayscale: #474747. Windows color (decimal): -16495638 or 15354628. OLE color: 15354628.

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

Color convert

RGB 4 75 234 -
CMYK 0.98 0.68 0 0.08
HSL 221.48º 0.97% 0.47% -
HSV(B) 221.48º 0.98% 0.92% -
XYZ 17.42 11 79.05 -
YUV 71.9 219.48 79.57 -
System Red Green Blue C M Y K H S L
Decimal 4 75 234 0.98 0.68 0 0.08 221.48 0.97 0.47
Hex 4 4B EA 62 44 0 8 DD 61 2F
Octal 4 113 352 142 104 0 10 335 141 57
Binary 100 1001011 11101010 1100010 1000100 0 1000 11011101 1100001 101111

Color Harmonies of #044BEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #044BEA

Black with #044BEA

Text Example


Text Example

White with #044BEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(4,75,234); }

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

background-color css

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

 a { background-color: rgb(4,75,234); }

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

border-color css

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

 span { border-color: rgb(4,75,234); }

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