Html Css Color HEX #004FEA Navy Blue

📋 copy color: '#004FEA'

red 0 ◦ green 79 ◦ blue 234

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

Shades of Navy Blue #004FEA

Tints of Navy Blue #004FEA

RGB

 RED value IS 0 (0.39% from 255) = 0%

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

 BLUE value IS 234 (91.8% from 255) = 74.76%

R = 0%
G = 25.24%
B = 74.76%

CMYK

 C value IS 1

 M value IS 0.66

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#004FEA (or 0x004FEA) is known color: Navy Blue. HEX triplet: 00, 4F and EA. RGB value is (0,79,234). Sum of RGB (Red+Green+Blue) = 0+79+234=313 (41% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 313); Green value is 79 (31.25% from 255 or 25.24% from 313); Blue value is 234 (91.80% from 255 or 74.76% from 313); Max value from RGB is 234 - color contains mainly: blue. Hex color #004FEA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #004FEA is #FFB015. Grayscale: #484848. Windows color (decimal): -16756758 or 15355648. OLE color: 15355648.

HSL color Cylindrical-coordinate representation of color #004FEA: hue angle of 219.74º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 1%. Process color model (Four color, CMYK) of #004FEA is Cyan = 1, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 0 79 234 -
CMYK 1 0.66 0 0.08
HSL 219.74º 1% 0.46% -
HSV(B) 219.74º 1% 0.92% -
XYZ 17.65 11.53 79.14 -
YUV 73.05 218.83 75.9 -
System Red Green Blue C M Y K H S L
Decimal 0 79 234 1 0.66 0 0.08 219.74 1 0.46
Hex 0 4F EA 64 42 0 8 DC 64 2E
Octal 0 117 352 144 102 0 10 334 144 56
Binary 0 1001111 11101010 1100100 1000010 0 1000 11011100 1100100 101110

Color Harmonies of #004FEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #004FEA

Black with #004FEA

Text Example


Text Example

White with #004FEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #004FEA; }

 p { color: rgb(0,79,234); }

 H1.HeaderClassName
 {
   color: #004FEA;
 }
 .AnyTagClassName
 {
   color: #004FEA;
 }
</style>

background-color css

<style>
 a { background-color: #004FEA; }

 a { background-color: rgb(0,79,234); }

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

border-color css

<style>
 span { border-color: #004FEA; }

 span { border-color: rgb(0,79,234); }

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