Html Css Color HEX #004EEA Navy Blue

📋 copy color: '#004EEA'

red 0 ◦ green 78 ◦ blue 234

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

Shades of Navy Blue #004EEA

Tints of Navy Blue #004EEA

RGB

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

 GREEN value IS 78 (30.86% from 255) = 25%

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

R = 0%
G = 25%
B = 75%

CMYK

 C value IS 1

 M value IS 0.67

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#004EEA (or 0x004EEA) is known color: Navy Blue. HEX triplet: 00, 4E and EA. RGB value is (0,78,234). Sum of RGB (Red+Green+Blue) = 0+78+234=312 (41% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 312); Green value is 78 (30.86% from 255 or 25% from 312); Blue value is 234 (91.80% from 255 or 75% from 312); Max value from RGB is 234 - color contains mainly: blue. Hex color #004EEA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #004EEA is #FFB115. Grayscale: #474747. Windows color (decimal): -16757014 or 15355392. OLE color: 15355392.

HSL color Cylindrical-coordinate representation of color #004EEA: hue angle of 220º 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 #004EEA is Cyan = 1, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 0 78 234 -
CMYK 1 0.67 0 0.08
HSL 220º 1% 0.46% -
HSV(B) 220º 1% 0.92% -
XYZ 17.58 11.39 79.11 -
YUV 72.46 219.16 76.32 -
System Red Green Blue C M Y K H S L
Decimal 0 78 234 1 0.67 0 0.08 220 1 0.46
Hex 0 4E EA 64 43 0 8 DC 64 2E
Octal 0 116 352 144 103 0 10 334 144 56
Binary 0 1001110 11101010 1100100 1000011 0 1000 11011100 1100100 101110

Color Harmonies of #004EEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #004EEA

Black with #004EEA

Text Example


Text Example

White with #004EEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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