Html Css Color HEX #044EEA Navy Blue

📋 copy color: '#044EEA'

red 4 ◦ green 78 ◦ blue 234

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

Shades of Navy Blue #044EEA

Tints of Navy Blue #044EEA

RGB

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

 GREEN value IS 78 (30.86% from 255) = 24.68%

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

R = 1.27%
G = 24.68%
B = 74.05%

CMYK

 C value IS 0.98

 M value IS 0.67

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#044EEA (or 0x044EEA) is known color: Navy Blue. HEX triplet: 04, 4E and EA. RGB value is (4,78,234). Sum of RGB (Red+Green+Blue) = 4+78+234=316 (41% of max value = 765). Red value is 4 (1.95% from 255 or 1.27% from 316); Green value is 78 (30.86% from 255 or 24.68% from 316); Blue value is 234 (91.80% from 255 or 74.05% from 316); Max value from RGB is 234 - color contains mainly: blue. Hex color #044EEA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #044EEA is #FBB115. Grayscale: #484848. Windows color (decimal): -16494870 or 15355396. OLE color: 15355396.

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

Color convert

RGB 4 78 234 -
CMYK 0.98 0.67 0 0.08
HSL 220.7º 0.97% 0.47% -
HSV(B) 220.7º 0.98% 0.92% -
XYZ 17.63 11.42 79.12 -
YUV 73.66 218.48 78.32 -
System Red Green Blue C M Y K H S L
Decimal 4 78 234 0.98 0.67 0 0.08 220.7 0.97 0.47
Hex 4 4E EA 62 43 0 8 DD 61 2F
Octal 4 116 352 142 103 0 10 335 141 57
Binary 100 1001110 11101010 1100010 1000011 0 1000 11011101 1100001 101111

Color Harmonies of #044EEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #044EEA

Black with #044EEA

Text Example


Text Example

White with #044EEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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