Html Css Color HEX #044EEE Navy Blue

📋 copy color: '#044EEE'

red 4 ◦ green 78 ◦ blue 238

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

Shades of Navy Blue #044EEE

Tints of Navy Blue #044EEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 74.38%

R = 1.25%
G = 24.38%
B = 74.38%

CMYK

 C value IS 0.98

 M value IS 0.67

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#044EEE (or 0x044EEE) is known color: Navy Blue. HEX triplet: 04, 4E and EE. RGB value is (4,78,238). Sum of RGB (Red+Green+Blue) = 4+78+238=320 (42% of max value = 765). Red value is 4 (1.95% from 255 or 1.25% from 320); Green value is 78 (30.86% from 255 or 24.38% from 320); Blue value is 238 (93.36% from 255 or 74.38% from 320); Max value from RGB is 238 - color contains mainly: blue. Hex color #044EEE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #044EEE is #FBB111. Grayscale: #494949. Windows color (decimal): -16494866 or 15617540. OLE color: 15617540.

HSL color Cylindrical-coordinate representation of color #044EEE: hue angle of 221.03º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #044EEE is Cyan = 0.98, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 4 78 238 -
CMYK 0.98 0.67 0 0.07
HSL 221.03º 0.97% 0.47% -
HSV(B) 221.03º 0.98% 0.93% -
XYZ 18.21 11.65 82.18 -
YUV 74.11 220.48 77.99 -
System Red Green Blue C M Y K H S L
Decimal 4 78 238 0.98 0.67 0 0.07 221.03 0.97 0.47
Hex 4 4E EE 62 43 0 7 DD 61 2F
Octal 4 116 356 142 103 0 7 335 141 57
Binary 100 1001110 11101110 1100010 1000011 0 111 11011101 1100001 101111

Color Harmonies of #044EEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #044EEE

Black with #044EEE

Text Example


Text Example

White with #044EEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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