Html Css Color HEX #044FF8 Navy Blue

📋 copy color: '#044FF8'

red 4 ◦ green 79 ◦ blue 248

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

Shades of Navy Blue #044FF8

Tints of Navy Blue #044FF8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 74.92%

R = 1.21%
G = 23.87%
B = 74.92%

CMYK

 C value IS 0.98

 M value IS 0.68

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#044FF8 (or 0x044FF8) is known color: Navy Blue. HEX triplet: 04, 4F and F8. RGB value is (4,79,248). Sum of RGB (Red+Green+Blue) = 4+79+248=331 (43% of max value = 765). Red value is 4 (1.95% from 255 or 1.21% from 331); Green value is 79 (31.25% from 255 or 23.87% from 331); Blue value is 248 (97.27% from 255 or 74.92% from 331); Max value from RGB is 248 - color contains mainly: blue. Hex color #044FF8 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #044FF8 is #FBB007. Grayscale: #4B4B4B. Windows color (decimal): -16494600 or 16273156. OLE color: 16273156.

HSL color Cylindrical-coordinate representation of color #044FF8: hue angle of 221.56º degrees, saturation: 0.97, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #044FF8 is Cyan = 0.98, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 4 79 248 -
CMYK 0.98 0.68 0 0.03
HSL 221.56º 0.97% 0.49% -
HSV(B) 221.56º 0.98% 0.97% -
XYZ 19.79 12.4 90.16 -
YUV 75.84 225.15 76.76 -
System Red Green Blue C M Y K H S L
Decimal 4 79 248 0.98 0.68 0 0.03 221.56 0.97 0.49
Hex 4 4F F8 62 44 0 3 DE 61 31
Octal 4 117 370 142 104 0 3 336 141 61
Binary 100 1001111 11111000 1100010 1000100 0 11 11011110 1100001 110001

Color Harmonies of #044FF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #044FF8

Black with #044FF8

Text Example


Text Example

White with #044FF8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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