Html Css Color HEX #0054EA Navy Blue

📋 copy color: '#0054EA'

red 0 ◦ green 84 ◦ blue 234

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

Shades of Navy Blue #0054EA

Tints of Navy Blue #0054EA

RGB

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

 GREEN value IS 84 (33.2% from 255) = 26.42%

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

R = 0%
G = 26.42%
B = 73.58%

CMYK

 C value IS 1

 M value IS 0.64

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#0054EA (or 0x0054EA) is known color: Navy Blue. HEX triplet: 00, 54 and EA. RGB value is (0,84,234). Sum of RGB (Red+Green+Blue) = 0+84+234=318 (42% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 318); Green value is 84 (33.20% from 255 or 26.42% from 318); Blue value is 234 (91.80% from 255 or 73.58% from 318); Max value from RGB is 234 - color contains mainly: blue. Hex color #0054EA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0054EA is #FFAB15. Grayscale: #4B4B4B. Windows color (decimal): -16755478 or 15356928. OLE color: 15356928.

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

Color convert

RGB 0 84 234 -
CMYK 1 0.64 0 0.08
HSL 218.46º 1% 0.46% -
HSV(B) 218.46º 1% 0.92% -
XYZ 18.02 12.28 79.26 -
YUV 75.98 217.17 73.8 -
System Red Green Blue C M Y K H S L
Decimal 0 84 234 1 0.64 0 0.08 218.46 1 0.46
Hex 0 54 EA 64 40 0 8 DA 64 2E
Octal 0 124 352 144 100 0 10 332 144 56
Binary 0 1010100 11101010 1100100 1000000 0 1000 11011010 1100100 101110

Color Harmonies of #0054EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0054EA

Black with #0054EA

Text Example


Text Example

White with #0054EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0054EA; }

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

 H1.HeaderClassName
 {
   color: #0054EA;
 }
 .AnyTagClassName
 {
   color: #0054EA;
 }
</style>

background-color css

<style>
 a { background-color: #0054EA; }

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

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

border-color css

<style>
 span { border-color: #0054EA; }

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

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