Html Css Color HEX #044CFE Navy Blue

📋 copy color: '#044CFE'

red 4 ◦ green 76 ◦ blue 254

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

Shades of Navy Blue #044CFE

Tints of Navy Blue #044CFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 76.05%

R = 1.2%
G = 22.75%
B = 76.05%

CMYK

 C value IS 0.98

 M value IS 0.70

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#044CFE (or 0x044CFE) is known color: Navy Blue. HEX triplet: 04, 4C and FE. RGB value is (4,76,254). Sum of RGB (Red+Green+Blue) = 4+76+254=334 (44% of max value = 765). Red value is 4 (1.95% from 255 or 1.20% from 334); Green value is 76 (30.08% from 255 or 22.75% from 334); Blue value is 254 (99.61% from 255 or 76.05% from 334); Max value from RGB is 254 - color contains mainly: blue. Hex color #044CFE is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #044CFE is #FBB301. Grayscale: #494949. Windows color (decimal): -16495362 or 16665604. OLE color: 16665604.

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

Color convert

RGB 4 76 254 -
CMYK 0.98 0.70 0 0.00
HSL 222.72º 0.99% 0.51% -
HSV(B) 222.72º 0.98% 1% -
XYZ 20.52 12.35 95.07 -
YUV 74.76 229.15 77.53 -
System Red Green Blue C M Y K H S L
Decimal 4 76 254 0.98 0.70 0 0.00 222.72 0.99 0.51
Hex 4 4C FE 62 46 0 0 DF 63 33
Octal 4 114 376 142 106 0 0 337 143 63
Binary 100 1001100 11111110 1100010 1000110 0 0 11011111 1100011 110011

Color Harmonies of #044CFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #044CFE

Black with #044CFE

Text Example


Text Example

White with #044CFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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