Html Css Color HEX #044BEE Navy Blue

📋 copy color: '#044BEE'

red 4 ◦ green 75 ◦ blue 238

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

Shades of Navy Blue #044BEE

Tints of Navy Blue #044BEE

RGB

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

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

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

R = 1.26%
G = 23.66%
B = 75.08%

CMYK

 C value IS 0.98

 M value IS 0.68

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#044BEE (or 0x044BEE) is known color: Navy Blue. HEX triplet: 04, 4B and EE. RGB value is (4,75,238). Sum of RGB (Red+Green+Blue) = 4+75+238=317 (41% of max value = 765). Red value is 4 (1.95% from 255 or 1.26% from 317); Green value is 75 (29.69% from 255 or 23.66% from 317); Blue value is 238 (93.36% from 255 or 75.08% from 317); Max value from RGB is 238 - color contains mainly: blue. Hex color #044BEE is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #044BEE is #FBB411. Grayscale: #474747. Windows color (decimal): -16495634 or 15616772. OLE color: 15616772.

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

Color convert

RGB 4 75 238 -
CMYK 0.98 0.68 0 0.07
HSL 221.79º 0.97% 0.47% -
HSV(B) 221.79º 0.98% 0.93% -
XYZ 18 11.23 82.11 -
YUV 72.35 221.48 79.25 -
System Red Green Blue C M Y K H S L
Decimal 4 75 238 0.98 0.68 0 0.07 221.79 0.97 0.47
Hex 4 4B EE 62 44 0 7 DE 61 2F
Octal 4 113 356 142 104 0 7 336 141 57
Binary 100 1001011 11101110 1100010 1000100 0 111 11011110 1100001 101111

Color Harmonies of #044BEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #044BEE

Black with #044BEE

Text Example


Text Example

White with #044BEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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