Html Css Color HEX #044CFF Navy Blue

📋 copy color: '#044CFF'

red 4 ◦ green 76 ◦ blue 255

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

Shades of Navy Blue #044CFF

Tints of Navy Blue #044CFF

RGB

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

 GREEN value IS 76 (30.08% from 255) = 22.69%

 BLUE value IS 255 (100% from 255) = 76.12%

R = 1.19%
G = 22.69%
B = 76.12%

CMYK

 C value IS 0.98

 M value IS 0.70

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#044CFF (or 0x044CFF) is known color: Navy Blue. HEX triplet: 04, 4C and FF. RGB value is (4,76,255). Sum of RGB (Red+Green+Blue) = 4+76+255=335 (44% of max value = 765). Red value is 4 (1.95% from 255 or 1.19% from 335); Green value is 76 (30.08% from 255 or 22.69% from 335); Blue value is 255 (100% from 255 or 76.12% from 335); Max value from RGB is 255 - color contains mainly: blue. Hex color #044CFF is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #044CFF is #FBB300. Grayscale: #4A4A4A. Windows color (decimal): -16495361 or 16731140. OLE color: 16731140.

HSL color Cylindrical-coordinate representation of color #044CFF: hue angle of 222.79º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #044CFF is Cyan = 0.98, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 4 76 255 -
CMYK 0.98 0.70 0 0
HSL 222.79º 1% 0.51% -
HSV(B) 222.79º 0.98% 1% -
XYZ 20.68 12.41 95.91 -
YUV 74.88 229.65 77.45 -
System Red Green Blue C M Y K H S L
Decimal 4 76 255 0.98 0.70 0 0 222.79 1 0.51
Hex 4 4C FF 62 46 0 0 DF 64 33
Octal 4 114 377 142 106 0 0 337 144 63
Binary 100 1001100 11111111 1100010 1000110 0 0 11011111 1100100 110011

Color Harmonies of #044CFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #044CFF

Black with #044CFF

Text Example


Text Example

White with #044CFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(4,76,255); }

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

background-color css

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

 a { background-color: rgb(4,76,255); }

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

border-color css

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

 span { border-color: rgb(4,76,255); }

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