Html Css Color HEX #044FD0 Navy Blue

📋 copy color: '#044FD0'

red 4 ◦ green 79 ◦ blue 208

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

Shades of Navy Blue #044FD0

Tints of Navy Blue #044FD0

RGB

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

 GREEN value IS 79 (31.25% from 255) = 27.15%

 BLUE value IS 208 (81.64% from 255) = 71.48%

R = 1.37%
G = 27.15%
B = 71.48%

CMYK

 C value IS 0.98

 M value IS 0.62

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#044FD0 (or 0x044FD0) is known color: Navy Blue. HEX triplet: 04, 4F and D0. RGB value is (4,79,208). Sum of RGB (Red+Green+Blue) = 4+79+208=291 (38% of max value = 765). Red value is 4 (1.95% from 255 or 1.37% from 291); Green value is 79 (31.25% from 255 or 27.15% from 291); Blue value is 208 (81.64% from 255 or 71.48% from 291); Max value from RGB is 208 - color contains mainly: blue. Hex color #044FD0 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #044FD0 is #FBB02F. Grayscale: #464646. Windows color (decimal): -16494640 or 13651716. OLE color: 13651716.

HSL color Cylindrical-coordinate representation of color #044FD0: hue angle of 217.94º degrees, saturation: 0.96, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #044FD0 is Cyan = 0.98, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 4 79 208 -
CMYK 0.98 0.62 0 0.18
HSL 217.94º 0.96% 0.42% -
HSV(B) 217.94º 0.98% 0.82% -
XYZ 14.23 10.17 60.89 -
YUV 71.28 205.15 80.01 -
System Red Green Blue C M Y K H S L
Decimal 4 79 208 0.98 0.62 0 0.18 217.94 0.96 0.42
Hex 4 4F D0 62 3E 0 12 DA 60 2A
Octal 4 117 320 142 76 0 22 332 140 52
Binary 100 1001111 11010000 1100010 111110 0 10010 11011010 1100000 101010

Color Harmonies of #044FD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #044FD0

Black with #044FD0

Text Example


Text Example

White with #044FD0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(4,79,208); }

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

background-color css

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

 a { background-color: rgb(4,79,208); }

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

border-color css

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

 span { border-color: rgb(4,79,208); }

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