Html Css Color HEX #044DEB Navy Blue

📋 copy color: '#044DEB'

red 4 ◦ green 77 ◦ blue 235

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

Shades of Navy Blue #044DEB

Tints of Navy Blue #044DEB

RGB

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

 GREEN value IS 77 (30.47% from 255) = 24.37%

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

R = 1.27%
G = 24.37%
B = 74.37%

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

#044DEB (or 0x044DEB) is known color: Navy Blue. HEX triplet: 04, 4D and EB. RGB value is (4,77,235). Sum of RGB (Red+Green+Blue) = 4+77+235=316 (41% of max value = 765). Red value is 4 (1.95% from 255 or 1.27% from 316); Green value is 77 (30.47% from 255 or 24.37% from 316); Blue value is 235 (92.19% from 255 or 74.37% from 316); Max value from RGB is 235 - color contains mainly: blue. Hex color #044DEB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #044DEB is #FBB214. Grayscale: #484848. Windows color (decimal): -16495125 or 15420676. OLE color: 15420676.

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

Color convert

RGB 4 77 235 -
CMYK 0.98 0.67 0 0.08
HSL 221.04º 0.97% 0.47% -
HSV(B) 221.04º 0.98% 0.92% -
XYZ 17.7 11.33 79.85 -
YUV 73.19 219.32 78.65 -
System Red Green Blue C M Y K H S L
Decimal 4 77 235 0.98 0.67 0 0.08 221.04 0.97 0.47
Hex 4 4D EB 62 43 0 8 DD 61 2F
Octal 4 115 353 142 103 0 10 335 141 57
Binary 100 1001101 11101011 1100010 1000011 0 1000 11011101 1100001 101111

Color Harmonies of #044DEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #044DEB

Black with #044DEB

Text Example


Text Example

White with #044DEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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