Html Css Color HEX #004EEB Navy Blue

📋 copy color: '#004EEB'

red 0 ◦ green 78 ◦ blue 235

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

Shades of Navy Blue #004EEB

Tints of Navy Blue #004EEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 75.08%

R = 0%
G = 24.92%
B = 75.08%

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

#004EEB (or 0x004EEB) is known color: Navy Blue. HEX triplet: 00, 4E and EB. RGB value is (0,78,235). Sum of RGB (Red+Green+Blue) = 0+78+235=313 (41% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 313); Green value is 78 (30.86% from 255 or 24.92% from 313); Blue value is 235 (92.19% from 255 or 75.08% from 313); Max value from RGB is 235 - color contains mainly: blue. Hex color #004EEB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #004EEB is #FFB114. Grayscale: #474747. Windows color (decimal): -16757013 or 15420928. OLE color: 15420928.

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

Color convert

RGB 0 78 235 -
CMYK 1 0.67 0 0.08
HSL 220.09º 1% 0.46% -
HSV(B) 220.09º 1% 0.92% -
XYZ 17.72 11.45 79.87 -
YUV 72.58 219.66 76.23 -
System Red Green Blue C M Y K H S L
Decimal 0 78 235 1 0.67 0 0.08 220.09 1 0.46
Hex 0 4E EB 64 43 0 8 DC 64 2E
Octal 0 116 353 144 103 0 10 334 144 56
Binary 0 1001110 11101011 1100100 1000011 0 1000 11011100 1100100 101110

Color Harmonies of #004EEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #004EEB

Black with #004EEB

Text Example


Text Example

White with #004EEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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