Html Css Color HEX #0054ED Navy Blue

📋 copy color: '#0054ED'

red 0 ◦ green 84 ◦ blue 237

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

Shades of Navy Blue #0054ED

Tints of Navy Blue #0054ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 73.83%

R = 0%
G = 26.17%
B = 73.83%

CMYK

 C value IS 1

 M value IS 0.65

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#0054ED (or 0x0054ED) is known color: Navy Blue. HEX triplet: 00, 54 and ED. RGB value is (0,84,237). Sum of RGB (Red+Green+Blue) = 0+84+237=321 (42% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 321); Green value is 84 (33.20% from 255 or 26.17% from 321); Blue value is 237 (92.97% from 255 or 73.83% from 321); Max value from RGB is 237 - color contains mainly: blue. Hex color #0054ED is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0054ED is #FFAB12. Grayscale: #4B4B4B. Windows color (decimal): -16755475 or 15553536. OLE color: 15553536.

HSL color Cylindrical-coordinate representation of color #0054ED: hue angle of 218.73º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0054ED is Cyan = 1, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 0 84 237 -
CMYK 1 0.65 0 0.07
HSL 218.73º 1% 0.46% -
HSV(B) 218.73º 1% 0.93% -
XYZ 18.46 12.46 81.55 -
YUV 76.33 218.67 73.56 -
System Red Green Blue C M Y K H S L
Decimal 0 84 237 1 0.65 0 0.07 218.73 1 0.46
Hex 0 54 ED 64 41 0 7 DB 64 2E
Octal 0 124 355 144 101 0 7 333 144 56
Binary 0 1010100 11101101 1100100 1000001 0 111 11011011 1100100 101110

Color Harmonies of #0054ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0054ED

Black with #0054ED

Text Example


Text Example

White with #0054ED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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